Compare commits

...

2 Commits

Author SHA1 Message Date
a7121bf824
Update build.gradle 2025-07-16 23:50:28 +08:00
44d5cef52d
add 1.20.5 1.20.6 2025-07-15 12:33:41 +08:00
2 changed files with 6 additions and 1 deletions

View File

@ -150,11 +150,14 @@ publishing {
publications {
register('mavenJava', MavenPublication) {
from components.java
groupId = mod_group_id
artifactId = mod_id
}
}
repositories {
maven {
url "file://${project.projectDir}/repo"
name= "Disk"
url = uri("D:/git/maven-repository-raw")
}
}
}

View File

@ -9,3 +9,5 @@ pluginManagement {
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
rootProject.name= "${mod_id}-NeoForge-${minecraft_version}-${mod_version}"