Skip to content

Commit 1af96f2

Browse files
committed
🧑‍💻 build(): 测试自动发布
1 parent 4c2abf4 commit 1af96f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ tasks.withType(JavaCompile).configureEach {
3838
options.encoding = "UTF-8"
3939
}
4040

41-
/*
4241
node {
4342
nodeProjectDir = file("${project.projectDir}/ui")
4443
}
@@ -50,12 +49,12 @@ tasks.register('buildFrontend', PnpmTask) {
5049

5150
tasks.register('installDepsForUI', PnpmTask) {
5251
args = ['install']
53-
}*/
52+
}
5453

5554
build {
5655
// build frontend before build
5756
tasks.named('compileJava').configure {
58-
// dependsOn('buildFrontend')
57+
dependsOn('buildFrontend')
5958
}
6059
}
6160

0 commit comments

Comments
 (0)