Skip to content

Commit ebaa871

Browse files
committed
Switch nightly CI to whitelist, add JNanoID to add. runtime classpath
1 parent 0645ac0 commit ebaa871

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/ci-builds.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,14 @@ permissions:
88

99
on:
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

2720
jobs:
2821
vars:

neoforge-main/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)