update build.gradle
This commit is contained in:
parent
ebf7fa4e0b
commit
7b653486fc
2 changed files with 2 additions and 11 deletions
10
build.gradle
10
build.gradle
|
@ -2,7 +2,7 @@ plugins {
|
|||
id "fabric-loom" version "${loom_version}"
|
||||
}
|
||||
|
||||
version = project.mod_version
|
||||
version = "${project.mod_version}+${project.minecraft_version}"
|
||||
group = "eu.e99.playerheads"
|
||||
|
||||
base {
|
||||
|
@ -36,11 +36,3 @@ java {
|
|||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
jar {
|
||||
inputs.property "archivesName", project.base.archivesName
|
||||
|
||||
from("LICENSE.md") {
|
||||
rename { "${it}_${inputs.properties.archivesName}"}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,5 +8,4 @@ loader_version=0.16.14
|
|||
loom_version=1.11-SNAPSHOT
|
||||
fabric_version=0.129.0+1.21.7
|
||||
|
||||
mod_version=1.0.0
|
||||
archives_base_name=playerheads
|
||||
mod_version=0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue