group fix

This commit is contained in:
Flemmli97 2021-06-09 14:52:19 +02:00
parent f61069674c
commit afac1962ea
2 changed files with 10 additions and 5 deletions

View File

@ -95,10 +95,15 @@ publishing {
}
}
}
// select the repositories you want to publish to
repositories {
// uncomment to publish to the local maven
// mavenLocal()
maven {
url "https://gitlab.com/api/v4/projects/21830712/packages/maven"
//url "https://maven.pkg.github.com/flemmli97/RuneCraftory"
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("GPR_USER")
password = project.findProperty("gpr.gitlab.token") ?: System.getenv("GPR_GITLAB_TOKEN")
//password = project.findProperty("gpr.github.token") ?: System.getenv("GPR_TOKEN")
}
}
}
}

View File

@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx2G
# Mod Properties
mod_version = 1.4.1
maven_group = com.flemmli97.flan
maven_group = io.github.flemmli97.flan
archives_base_name = flan
# Dependencies