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
2
2
/*
3
3
DO NOT CHANGE THIS FILE!
4
4
@@ -670,6 +670,8 @@ def getCredentials = {
670
670
}
671
671
672
672
// Publishing
673
+ tasks. publish. dependsOn(build)
674
+
673
675
publishing {
674
676
publications {
675
677
maven(MavenPublication ) {
@@ -753,7 +755,7 @@ if (curseForgeProjectId != "" && System.getenv("CURSEFORGE_TOKEN") != null) {
753
755
addGameVersion project. minecraft. version
754
756
addGameVersion " Forge"
755
757
mainArtifact(jar) {
756
- displayName = " $modName version: $modVersion "
758
+ displayName = " $modName $modVersion "
757
759
}
758
760
}
759
761
options {
@@ -1067,7 +1069,7 @@ def deobf(String sourceURL, String rawFileName) {
1067
1069
}
1068
1070
1069
1071
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"
1071
1073
dest bon2File
1072
1074
quiet true
1073
1075
overwrite false
You can’t perform that action at this time.
0 commit comments