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 {
173
173
credentials. password = System . getenv(' NEXUS_PASSWORD' )
174
174
url = uri(version. contains(' -SNAPSHOT' ) ? ' https://repo.theprogramsrc.xyz/repository/maven-snapshots/' : ' https://repo.theprogramsrc.xyz/repository/maven-releases/' )
175
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
- }
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
+ // }
184
184
}
185
185
}
186
186
You can’t perform that action at this time.
0 commit comments