Skip to content

Commit

Permalink
lint build script
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Apr 4, 2024
1 parent 21965f7 commit 84c7885
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ repositories {

dependencies {
minecraft("com.mojang:minecraft:$mcVersion")
mappings(loom.layered {
parchment("org.parchmentmc.data:parchment-1.20.3:2023.12.31@zip")
officialMojangMappings()
})
mappings(
loom.layered {
parchment("org.parchmentmc.data:parchment-1.20.3:2023.12.31@zip")
officialMojangMappings()
}
)
implementation("org.vineflower:vineflower:1.9.3")
implementation("net.fabricmc:fabric-loader:0.15.6")

Expand Down Expand Up @@ -101,4 +103,4 @@ signing {
java {
withJavadocJar()
withSourcesJar()
}
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pluginManagement {
}
}

rootProject.name = "konfig"
rootProject.name = "konfig"

0 comments on commit 84c7885

Please sign in to comment.