Skip to content

Commit

Permalink
Keep dependencies up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Feb 28, 2024
1 parent 331bdd8 commit f4d251c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'maven-publish'
alias libs.plugins.quilt.loom
alias libs.plugins.machete
}

base {
Expand All @@ -18,11 +17,8 @@ repositories {
}

loom {
// Loom and Loader both use this block in order to gather more information about your mod.
mods {
// This should match your mod id.
"ok_zoomer" {
// Tell Loom about each source set used by your mod here. This ensures that your mod's classes are properly transformed by Loader.
sourceSet("main")
}
}
Expand Down Expand Up @@ -83,12 +79,6 @@ jar {
}
}


machete {
// JSON minification isn't effective on this scale and sacrifices readability
json.enabled = false
}

// Configure the maven publication
publishing {
publications {
Expand Down
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Latest version is available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.23"
quilt_loader = "0.22.1-beta.4"
quilt_loader = "0.23.1"

quilted_fabric_api = "7.4.0+0.90.0-1.20.1"
quilted_fabric_api = "7.5.0+0.91.0-1.20.1"
libzoomer = "0.8.0+1.20.1"
mod_menu = "7.2.2"
spruceui = "5.0.2+1.20"
Expand All @@ -21,4 +21,3 @@ spruceui = { module = "dev.lambdaurora:spruceui", version.ref = "spruceui" }

[plugins]
quilt_loom = { id = "org.quiltmc.loom", version = "1.4.1" }
machete = { id = "io.github.p03w.machete", version = "2.0.1" }

0 comments on commit f4d251c

Please sign in to comment.