Skip to content

Commit

Permalink
See, this project is actually just "how many times does Nano have to …
Browse files Browse the repository at this point in the history
…change CI before he goes completely insane"
  • Loading branch information
robotgryphon committed Jun 21, 2024
1 parent 5e8ad15 commit e59a248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions neoforge-datagen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ repositories {
}

dependencies {
implementation(coreApi)
implementation(mainProject)
compileOnly(coreApi)
compileOnly(mainProject)
}

tasks.compileJava {
Expand Down
10 changes: 0 additions & 10 deletions neoforge-main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,6 @@ neoForge {
// sourceSets.add(project.sourceSets.test.get())
}

create("data") {
data()
gameDirectory.set(file("runs/datagen"))

programArguments.addAll("--mod", "compactmachines")
programArguments.addAll("--all")
programArguments.addAll("--output", file("src/generated/resources").absolutePath)
programArguments.addAll("--existing", file("src/main/resources").absolutePath)
}

create("gameTestServer") {
type = "gameTestServer"
gameDirectory.set(file("runs/gametest"))
Expand Down

0 comments on commit e59a248

Please sign in to comment.