We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ee773 commit c3fee95Copy full SHA for c3fee95
1 file changed
build.gradle
@@ -173,14 +173,14 @@ publishing {
173
credentials.password = System.getenv('NEXUS_PASSWORD')
174
url = uri(version.contains('-SNAPSHOT') ? 'https://repo.theprogramsrc.xyz/repository/maven-snapshots/' : 'https://repo.theprogramsrc.xyz/repository/maven-releases/')
175
}
176
- maven {
177
- name = 'GitHubPackages'
178
- url = 'https://maven.pkg.github.com/TheProgramSrc/SuperCoreAPI'
179
- credentials {
180
- username = System.getenv('GITHUB_ACTOR')
181
- password = System.getenv('GITHUB_TOKEN')
182
- }
183
+// maven {
+// name = 'GitHubPackages'
+// url = 'https://maven.pkg.github.com/TheProgramSrc/SuperCoreAPI'
+// credentials {
+// username = System.getenv('GITHUB_ACTOR')
+// password = System.getenv('GITHUB_TOKEN')
+// }
184
185
186
0 commit comments