fabric-1.20.6: update to 1.20.6

This commit is contained in:
Kosma Moczek 2024-06-02 12:06:56 +02:00
parent 6e0ba97142
commit e564e1073e
4 changed files with 12 additions and 11 deletions

View file

@ -12,7 +12,7 @@ eclipse {
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(21) // Need this here so eclipse task generates correctly.
configurations {
shadow