Skip to content

Commit d599c74

Browse files
committed
try other way of disabling github
1 parent 322013f commit d599c74

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id 'java'
1515
id 'java-library'
1616
id 'signing'
17-
// id 'maven-publish'
17+
id 'maven-publish'
1818
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
1919
}
2020

@@ -162,16 +162,16 @@ publishing {
162162
}
163163
}
164164

165-
repositories {
166-
maven {
167-
name = "GitHubPackages"
168-
url = "https://maven.pkg.github.com/phrase/phrase-java"
169-
credentials {
170-
username = System.getenv("GITHUB_ACTOR")
171-
password = System.getenv("GITHUB_TOKEN")
172-
}
173-
}
174-
}
165+
// repositories {
166+
// maven {
167+
// name = "GitHubPackages"
168+
// url = "https://maven.pkg.github.com/phrase/phrase-java"
169+
// credentials {
170+
// username = System.getenv("GITHUB_ACTOR")
171+
// password = System.getenv("GITHUB_TOKEN")
172+
// }
173+
// }
174+
// }
175175
}
176176

177177
nexusPublishing {

0 commit comments

Comments
 (0)