Skip to content

Commit

Permalink
[build] try fixing buildGrammarKitJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed May 13, 2024
1 parent c57be22 commit 7dd1fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ val buildGrammarKitJar = tasks.create<Jar>("buildGrammarKitJar") {
from(file("$rootDir/src/org/intellij/grammar/parser/GeneratedParserUtilBase.java")) {
into("/templates")
}
exclude("**/classpath.index")
}

tasks {
Expand Down

0 comments on commit 7dd1fbb

Please sign in to comment.