Skip to content

Commit

Permalink
template: remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
xianglic authored and ice1000 committed Nov 27, 2023
1 parent 449779d commit a09ecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/template/cli/build.gradle.kts.glavo-kala
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ val lexer = tasks.register<JFlexTask>("lexer") {

val genVer = tasks.register<GenerateVersionTask>("genVer") {
basePackage = "org.{| package |}"
outputDir = file(genDir).resolve("org/{| package |}/prelude")
outputDir = genDir.resolve("org/{| package |}/prelude")
}
listOf(tasks.sourcesJar, tasks.compileJava).forEach { it.configure { dependsOn(genVer, lexer) } }

0 comments on commit a09ecb1

Please sign in to comment.