Skip to content

Commit

Permalink
(fix): build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico committed Jun 9, 2023
1 parent 7d4d60c commit 337ecec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
25 changes: 7 additions & 18 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
maven { url = "http://files.minecraftforge.net/maven" }
maven { url = "https://files.minecraftforge.net/maven" }
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
Expand Down Expand Up @@ -59,14 +59,14 @@ dependencies {
// deobfCompile "compact-machines:compactmachines3-${mc_version}:${cm_version}:${cm_build}"
}
repositories {
maven { url "https://dvs1.progwml6.com/files/maven" }
maven { url "https://modmaven.k-4u.nl" }
maven { url "https://maven.theillusivec4.top/" }
maven { url "https://dvs1.progwml6.com/files/maven" }
maven { url "https://modmaven.k-4u.nl" }
maven { url "https://maven.theillusivec4.top/" }
maven { url "https://maven.blamejared.com" }
maven { url "https://maven.blamejared.com/vazkii" }
maven { url "http://minecraft.curseforge.com/api/maven/" }
maven { url 'https://www.cursemaven.com' }
maven { url "https://maven.thiakil.com/" }
maven { url "https://minecraft.curseforge.com/api/maven/" }
maven { url 'https://www.cursemaven.com' }
maven { url "https://maven.thiakil.com/" }
// ?? http://maven.thiakil.com/com/azanor/baubles/Baubles/
// ?? https://files.minecraftforge.net/maven/
// maven { url "https://tehnut.info/maven/" } // 404s
Expand All @@ -86,14 +86,3 @@ processResources {
}

build.dependsOn signJar

task copyJar(type: Copy) {
from jar
into "${dist_folder}"
}

build.finalizedBy copyJar

task cleanJar {
delete 'build/libs'
}
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# see also: environment JAVA_HOME; IJ java compiler options using 1.8, java -version and the start.sh script.
# special thanks thanks to ACGaming and KitsuneAlex for 1.12 gradle help
org.gradle.java.home=C:\\Program Files\\Eclipse Adoptium\\jdk-8.0.322.6-hotspot
org.gradle.jvmargs=-Xmx3G
dist_folder=c:/temp

mc_version=1.12.2
forge_version=14.23.5.2847
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip

0 comments on commit 337ecec

Please sign in to comment.