Skip to content

Commit

Permalink
アーティファクト名命名規則を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 11, 2017
1 parent 8272b09 commit 4572c56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ compileJava {
sourceCompatibility = targetCompatibility = "1.8"
}

version = mod_version
version = "${version_minecraft}-${mod_version}"

minecraft {
version = "${project.version_minecraft}-${project.version_forge}"
Expand Down Expand Up @@ -255,7 +255,6 @@ task cleanMakeStart(type: Delete) {
jar {
from sourceSets.main.output
from sourceSets.api.output
classifier 'universal'
manifest commonManifest
}

Expand Down

0 comments on commit 4572c56

Please sign in to comment.