Attempting to get Gradle to work... I've avoided this for a reason :/
This commit is contained in:
parent
24697f74e9
commit
c15842454c
1 changed files with 1 additions and 4 deletions
|
@ -18,7 +18,6 @@ buildscript {
|
|||
apply plugin: "fml"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
flatDir {
|
||||
name "fileRepo"
|
||||
dirs "repo"
|
||||
|
@ -137,11 +136,9 @@ uploadArchives {
|
|||
authentication(userName: project.filesmaven.username, privateKey: project.filesmaven.key)
|
||||
}
|
||||
|
||||
// This is just the pom data for the maven repo
|
||||
pom {
|
||||
groupId = project.group
|
||||
// Force the maven upload to use the <mcversion>-<version> syntax preferred at files
|
||||
version = "${project.minecraft.version}-${project.version}"
|
||||
version = project.version
|
||||
artifactId = project.archivesBaseName
|
||||
project {
|
||||
name project.archivesBaseName
|
||||
|
|
Loading…
Reference in a new issue