Skip to content

Commit

Permalink
Remove CI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Feb 25, 2022
1 parent eaf375b commit dbbd57b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
27 changes: 0 additions & 27 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ publishing {
}
}
repositories {
maven("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/") {
maven("https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
name = "Sonatype"
credentials {
username = properties.getOrDefault("sonatypeUsername", "")?.toString()
Expand Down

0 comments on commit dbbd57b

Please sign in to comment.