Skip to content

Commit

Permalink
update almostgradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Oct 14, 2024
1 parent bee2baf commit c0ff9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("net.neoforged.moddev") version "2.0.+"
id("com.almostreliable.almostgradle") version "1.0.+"
id("com.almostreliable.almostgradle") version "1.1.+"
}

repositories {
Expand All @@ -17,5 +17,5 @@ dependencies {
implementation("dev.latvian.mods:kubejs-neoforge:${kubejsVersion}")
testImplementation("dev.latvian.mods:kubejs-neoforge:${kubejsVersion}")

localRuntime(almostgradle.recipeViewers.emi.dependency)
testLocalRuntime(almostgradle.recipeViewers.emi.dependency)
}

0 comments on commit c0ff9f2

Please sign in to comment.