diff --git a/build.gradle b/build.gradle index 1022704..5c362ca 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,10 @@ plugins { version = "${project.mod_version}+${project.minecraft_base_version}" group = project.maven_group +base { + archivesName = project.archives_base_name +} + repositories { maven { url "https://maven.wispforest.io" } } @@ -46,9 +50,6 @@ tasks.withType(JavaCompile).configureEach { } java { - // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task - // if it is present. - // If you remove this line, sources will not be generated. withSourcesJar() sourceCompatibility = JavaVersion.VERSION_17 diff --git a/gradle.properties b/gradle.properties index 385c51c..6eeb826 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ minecraft_version=1.20.2 yarn_mappings=1.20.2+build.2 loader_version=0.14.22 # Mod Properties -mod_version=0.4.5 +mod_version=0.4.6 maven_group=com.glisco archives_base_name=isometric-renders @@ -15,7 +15,7 @@ archives_base_name=isometric-renders fabric_version=0.89.3+1.20.2 # https://maven.wispforest.io/io/wispforest/worldmesher/ -worldmesher_version=0.4.2+1.20 +worldmesher_version=0.4.3+1.20 # https://maven.wispforest.io/io/wispforest/exo/ exo_version=0.1.5+1.19