Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pisaiah committed May 30, 2024
1 parent 3d8abb2 commit e2d3af1
Show file tree
Hide file tree
Showing 27 changed files with 64 additions and 273 deletions.
20 changes: 18 additions & 2 deletions Multiworld-Fabric-1.18.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ base {


dependencies {
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.1")

annotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
compileOnly("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")

//annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.1")

// 1.18.2
minecraft("com.mojang:minecraft:1.18.2")
mappings("net.fabricmc:yarn:1.18.2+build.2:v2")
modImplementation("net.fabricmc:fabric-loader:0.13.3")

annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.1")
//annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.1")

include("xyz.nucleoid:fantasy:0.4.7+1.18.2")
modImplementation("xyz.nucleoid:fantasy:0.4.7+1.18.2")
Expand All @@ -36,6 +40,18 @@ dependencies {
// modImplementation("net.fabricmc.fabric-api:fabric-api-deprecated:0.76.0+1.18.2")
}

// Jabel
tasks.withType<JavaCompile>().configureEach {
sourceCompatibility = JavaVersion.VERSION_17.toString() // for the IDE support
options.release.set(8)

javaCompiler.set(
javaToolchains.compilerFor {
languageVersion.set(JavaLanguageVersion.of(17))
}
)
}


sourceSets {
main {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e2d3af1

Please sign in to comment.