Skip to content

Commit

Permalink
Merge pull request #58 from infinum/remove-github-publishing-setup
Browse files Browse the repository at this point in the history
Remove Github repo from publishing settings
  • Loading branch information
KCeh authored Mar 7, 2024
2 parents 86bcd90 + 78feeeb commit f6cf805
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 130 deletions.

This file was deleted.

9 changes: 0 additions & 9 deletions maven.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import com.infinum.maven.GithubConfiguration
import com.infinum.maven.SonatypeConfiguration

GithubConfiguration.metaClass.constructor = { ->
def constructor = GithubConfiguration.class.getConstructor()
def instance = constructor.newInstance()
instance.load()
instance
}

SonatypeConfiguration.metaClass.constructor = { ->
def constructor = SonatypeConfiguration.class.getConstructor()
def instance = constructor.newInstance()
Expand All @@ -16,6 +8,5 @@ SonatypeConfiguration.metaClass.constructor = { ->
}

ext {
github = new GithubConfiguration()
sonatype = new SonatypeConfiguration()
}
8 changes: 0 additions & 8 deletions sentinel-no-op/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions sentinel/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-appgallery/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-chucker/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-collar/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-dbinspector/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-googleplay/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-leakcanary/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-thimble/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down
8 changes: 0 additions & 8 deletions tool-timber/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ afterEvaluate {
password sonatype.password()
}
}
maven {
name github.name()
url github.url()
credentials {
username github.username()
password github.password()
}
}
}
publications {
release(MavenPublication) {
Expand Down

0 comments on commit f6cf805

Please sign in to comment.