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 dc618e7 commit 1bd5df5Copy full SHA for 1bd5df5
1 file changed
build.gradle
@@ -90,7 +90,7 @@ publishing {
90
if(System.getenv('env') == 'prod'){
91
maven {
92
name = 'GitHubPackages'
93
- url = 'https://maven.pkg.github.com/TheProgramSrc/SimpleCore-TasksModule'
+ url = 'https://maven.pkg.github.com/TheProgramSrc/SimpleCore-TranslationsModule'
94
credentials {
95
username = System.getenv('GITHUB_ACTOR')
96
password = System.getenv('GITHUB_TOKEN')
@@ -116,4 +116,4 @@ publishing {
116
}
117
118
119
-publish.dependsOn clean, test, jar, shadowJar
+publish.dependsOn clean, test, jar, shadowJar
0 commit comments