Skip to content

Commit

Permalink
Go back to normal execution
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 10, 2024
1 parent 6119545 commit d3af9c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
14 changes: 1 addition & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,7 @@ managedVersioning {
apply()
}

sourceSets {
cli {}
}

dependencies {
cliImplementation 'net.neoforged.jst:jst-cli:1.0.63'
cliImplementation 'net.neoforged.jst:jst-api:1.0.63'
cliCompileOnly sourceSets.main.output

cliCompileOnly cLibs.bundles.compileonly
cliAnnotationProcessor cLibs.bundles.annotationprocessor

implementation 'net.neoforged.jst:jst-cli:1.0.63'
implementation 'net.neoforged.jst:jst-api:1.0.63'
implementation 'net.neoforged:srgutils:1.0.9'
Expand All @@ -120,11 +109,10 @@ configurations {
}

shadowJar {
from sourceSets.cli.output
configurations = [project.configurations.include]
mergeServiceFiles()
manifest {
attributes 'Main-Class': 'dev.lukebemish.christen.cli.ChristenMain'
attributes 'Main-Class': 'net.neoforged.jst.cli.ChristenMain'
}
}

Expand Down
55 changes: 0 additions & 55 deletions src/cli/java/dev/lukebemish/christen/cli/ChristenMain.java

This file was deleted.

0 comments on commit d3af9c9

Please sign in to comment.