File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,14 @@ permissions:
88
99on :
1010 workflow_dispatch :
11- inputs :
12- skip_tests :
13- description : Skip Tests
14- type : boolean
15- default : false
16- required : true
1711 push :
1812 tags-ignore :
1913 - v*
20- paths-ignore :
21- - " README.md"
22- - " LICENSE"
23- - " .github/**/*"
24- - " **/*.gradle.kts"
25- - " **/gradle.properties"
14+ paths :
15+ - " gradle/*.versions.toml"
16+ - " core-api/**"
17+ - " neoforge-datagen/**"
18+ - " neoforge-main/**"
2619
2720jobs :
2821 vars :
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ neoForge {
9494
9595 var additional = this .additionalRuntimeClasspathConfiguration
9696 additional.dependencies.add(compactmods.feather.get())
97+ additional.dependencies.add(libs.jnanoid.get())
9798 }
9899
99100 create(" client" ) {
@@ -209,7 +210,6 @@ dependencies {
209210 compileOnly(libs.jnanoid)
210211 testImplementation(libs.jnanoid)
211212 jarJar(libs.jnanoid)
212- // additionalRuntimeClasspath(libs.jnanoid)
213213
214214 compileOnly(coreApi)
215215 testCompileOnly(coreApi)
You can’t perform that action at this time.
0 commit comments