File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -173,14 +173,14 @@ publishing {
173173 credentials. password = System . getenv(' NEXUS_PASSWORD' )
174174 url = uri(version. contains(' -SNAPSHOT' ) ? ' https://repo.theprogramsrc.xyz/repository/maven-snapshots/' : ' https://repo.theprogramsrc.xyz/repository/maven-releases/' )
175175 }
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- }
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+ // }
184184 }
185185}
186186
You can’t perform that action at this time.
0 commit comments