We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd69b6 commit c8e19c7Copy full SHA for c8e19c7
api/build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'antlr'
3
id 'checkstyle'
4
alias(libs.plugins.spring.boot)
5
- alias(libs.plugins.git.properties)
+ //alias(libs.plugins.git.properties)
6
alias(libs.plugins.docker.remote.api)
7
alias(libs.plugins.spring.dependency.management)
8
}
@@ -131,7 +131,7 @@ tasks.withType(JavaCompile).configureEach {
131
sourceSets {
132
main {
133
java {
134
-
+
135
136
resources {
137
srcDirs += project(":frontend").layout.buildDirectory.dir("vite")
0 commit comments