File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- // version: 1656003793falsepattern63
1+ // version: 1656003793falsepattern67
22/*
33DO NOT CHANGE THIS FILE!
44
@@ -670,6 +670,8 @@ def getCredentials = {
670670}
671671
672672// Publishing
673+ tasks. publish. dependsOn(build)
674+
673675publishing {
674676 publications {
675677 maven(MavenPublication ) {
@@ -753,7 +755,7 @@ if (curseForgeProjectId != "" && System.getenv("CURSEFORGE_TOKEN") != null) {
753755 addGameVersion project. minecraft. version
754756 addGameVersion " Forge"
755757 mainArtifact(jar) {
756- displayName = " $modName version: $modVersion "
758+ displayName = " $modName $modVersion "
757759 }
758760 }
759761 options {
@@ -1067,7 +1069,7 @@ def deobf(String sourceURL, String rawFileName) {
10671069 }
10681070
10691071 download. run {
1070- src " http ://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/parker8283/ BON2/ $b on2Version -CUSTOM/BON2- $b on2Version -CUSTOM-all .jar"
1072+ src " https ://github.com/FalsePattern/ExampleMod1.7.10/raw/main/blobs/ BON2-2.5.1 .jar"
10711073 dest bon2File
10721074 quiet true
10731075 overwrite false
You can’t perform that action at this time.
0 commit comments