Skip to content

Commit 5582431

Browse files
committed
update
1 parent 2c4f286 commit 5582431

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,10 @@ tasks.withType(JavaCompile).configureEach {
128128
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
129129
}
130130

131-
compileJava.dependsOn generateGrammarSource
132-
133131
sourceSets {
134132
main {
135133
java {
136-
srcDirs += generateGrammarSource.outputDirectory
134+
srcDirs
137135
}
138136
resources {
139137
srcDirs += project(":frontend").layout.buildDirectory.dir("vite")

0 commit comments

Comments
 (0)