Skip to content

Commit

Permalink
Bump NG Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 15, 2024
1 parent 8551bcc commit 32a93ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions common/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
out
3 changes: 2 additions & 1 deletion neoforge/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
runs
runs
out
3 changes: 1 addition & 2 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jetbrains.kotlin.gradle.utils.extendsFrom

plugins {
idea
`maven-publish`
java
id("net.neoforged.gradle.userdev") version "7.0.126"
id("net.neoforged.gradle.userdev") version "7.0.127"
id("io.github.goooler.shadow")
}

Expand Down

0 comments on commit 32a93ca

Please sign in to comment.