Skip to content

Commit

Permalink
Updates to runtime-mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 30, 2023
1 parent d96d6ff commit 25d86ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ dependencies {

include(modImplementation("maven.modrinth:no-indium:1.1.0+1.20"))

modLocalRuntime(fileTree("runtime-mods/*.jar"))
file("runtime-mods").list { _, name -> name.endsWith(".jar") }.each {
modLocalRuntime(files("runtime-mods/$it"))
}
}

loom {
Expand Down
1 change: 1 addition & 0 deletions runtime-mods/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.jar
Empty file removed runtime-mods/.gitkeep
Empty file.

0 comments on commit 25d86ef

Please sign in to comment.