Skip to content

Commit 794087f

Browse files
committed
Remove publish to repo
1 parent 97aebe5 commit 794087f

3 files changed

Lines changed: 1 addition & 56 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,6 @@ jobs:
5959
name: StationofdoomPlugin
6060
path: build/libs
6161

62-
publishToRegistry:
63-
runs-on: ubuntu-latest
64-
needs: [build, paths-filter]
65-
if: ${{ github.ref == 'refs/heads/master' && needs.paths-filter.outputs.output1 == 'true' }}
66-
steps:
67-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68-
- name: Set up JDK 21
69-
uses: actions/setup-java@v4.7.1
70-
with:
71-
java-version: 21
72-
distribution: 'adopt'
73-
cache: gradle
74-
- name: Validate Gradle wrapper
75-
uses: gradle/actions/wrapper-validation@v4.3.1
76-
- name: Set env variables
77-
run: |
78-
echo "REPOSILITE_USER=${{ secrets.REPOSILITE_USER }}" >> $GITHUB_ENV
79-
echo "REPOSILITE_PW=${{ secrets.REPOSILITE_PW }}" >> $GITHUB_ENV
80-
- name: Publish
81-
run: |
82-
./gradlew publish -PtargetRepo=snapshots
83-
env:
84-
MAVEN_USERNAME: ${{ secrets.REPOSILITE_USER }}
85-
MAVEN_PASSWORD: ${{ secrets.REPOSILITE_PW }}
86-
8762
releaseJar:
8863
runs-on: ubuntu-latest
8964
needs: [createJar, paths-filter]

.github/workflows/repo.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ dependencies {
165165
<repository>
166166
<id>reposilite-repository</id>
167167
<name>Jonas Franke Repository</name>
168-
<url>https://repo.jonasfranke.xyz/<repository></url>
168+
<url>https://repo.jonasfranke.xyz/</url>
169169
</repository>
170170

171171
<dependency>

0 commit comments

Comments
 (0)