Update to support Sodium 0.4.9

This commit is contained in:
Terrence S
2023-02-09 02:15:00 -05:00
parent 5f0cc2f27a
commit 26fefced39
7 changed files with 21 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ subprojects {
// The following line declares the mojmap mappings, you may use other mappings as well
//mappings loom.officialMojangMappings()
// The following line declares the yarn mappings you may select this one as well.
mappings "net.fabricmc:yarn:1.19.3+build.3:v2"
mappings "net.fabricmc:yarn:1.19.3+build.5:v2"
}
}
@@ -47,7 +47,7 @@ allprojects {
// for more information about repositories.
}
tasks.withType(JavaCompile) {
tasks.withType(JavaCompile).configureEach {
options.encoding = "UTF-8"
options.release = 17
}