@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313apply plugin : ' eclipse'
1414apply plugin : ' maven-publish'
1515
16- version = ' 1.4 .0'
16+ version = ' 1.5 .0'
1717group = ' simpleircbridge' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818archivesBaseName = ' simpleircbridge'
1919
@@ -33,7 +33,7 @@ minecraft {
3333 //
3434 // Use non-default mappings at your own risk. They may not always work.
3535 // Simply re-run your setup task after changing the mappings to update your workspace.
36- mappings channel : ' official' , version : ' 1.18.1 '
36+ mappings channel : ' official' , version : ' 1.19.2 '
3737
3838 // accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg') // Currently, this location cannot be changed from the default.
3939
@@ -128,7 +128,7 @@ dependencies {
128128 // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
129129 // that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
130130 // The userdev artifact is a special name and will get all sorts of transformations applied to it.
131- minecraft ' net.minecraftforge:forge:1.18.1-39.0.59 '
131+ minecraft ' net.minecraftforge:forge:1.19.2-43.1.64 '
132132
133133 // Real mod deobf dependency examples - these get remapped to your current mappings
134134 // compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency
@@ -176,3 +176,7 @@ publishing {
176176 }
177177 }
178178}
179+
180+ tasks. withType(JavaCompile ). configureEach {
181+ options. encoding = ' UTF-8' // Use the UTF-8 charset for Java compilation
182+ }
0 commit comments