Skip to content

Commit c3fee95

Browse files
author
Francisco Solis
authored
Commented GitHub Packages
1 parent b2ee773 commit c3fee95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)