chore: publish fork

This commit is contained in:
Timo Ley 2023-11-18 20:06:11 +01:00
parent cc8959ee1d
commit 44dadab184
7 changed files with 25 additions and 17 deletions

View File

@ -53,4 +53,19 @@ allprojects {
java {
withSourcesJar()
}
publishing {
repositories {
if (project.hasProperty("mvnURL")) {
maven {
credentials {
username findProperty("mvnUsername")
password findProperty("mvnPassword")
}
url = findProperty("mvnURL")
}
}
mavenLocal()
}
}
}

View File

@ -23,9 +23,4 @@ publishing {
from components.java
}
}
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
repositories {
// Add repositories to publish to here.
}
}

View File

@ -82,9 +82,4 @@ publishing {
from components.java
}
}
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
repositories {
// Add repositories to publish to here.
}
}

View File

@ -35,7 +35,8 @@
"depends": {
"fabricloader": ">=0.14.8",
"minecraft": ">=1.18.2",
"terrablender": ">=1.0.0.59"
"terrablender": ">=1.0.0.59",
"anvillib": ">=0.2.0"
},
"custom": {
"modmenu": {

View File

@ -88,9 +88,4 @@ publishing {
from components.java
}
}
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
repositories {
// Add repositories to publish to here.
}
}

View File

@ -31,4 +31,11 @@ license = "All Rights Reserved"
mandatory=true
versionRange="[1.0.0.59,)"
ordering="NONE"
side="BOTH"
[[dependencies.wildbackport]]
modId="anvillib"
mandatory=true
versionRange="[0.2.0,)"
ordering="NONE"
side="BOTH"

View File

@ -4,7 +4,7 @@ minecraft_version=1.18.2
enabled_platforms=fabric,forge
archives_base_name=wildbackport
mod_version=1.2.3
mod_version=2.0.0
maven_group=com.cursedcauldron
fabric_loader_version=0.14.8