group fix
This commit is contained in:
parent
f61069674c
commit
afac1962ea
13
build.gradle
13
build.gradle
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user