mirror of
https://github.com/TeamMidnightDust/CullLeaves.git
synced 2025-12-15 14:15:08 +01:00
Update to support Sodium 0.4.9
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user