Compare commits
2 Commits
V1.0-1.20.
...
1.20.5
Author | SHA1 | Date | |
---|---|---|---|
a7121bf824 | |||
44d5cef52d |
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user