dimas-b commented on code in PR #955:
URL: https://github.com/apache/polaris/pull/955#discussion_r1947329061


##########
api/management-model/build.gradle.kts:
##########
@@ -54,12 +58,26 @@ openApiGenerate {
   serverVariables = mapOf("basePath" to "api/v1")
 }
 
-listOf("sourcesJar", "compileJava").forEach { task ->
-  tasks.named(task) { dependsOn("openApiGenerate") }
-}
-
 sourceSets {
   main { java { 
srcDir(project.layout.buildDirectory.dir("generated/src/main/java")) } }
+  test { java { srcDir("src/test/java") } }

Review Comment:
   Actually, I think even this change is not necessary - it's default in 
gradle. Only the new `testImplementation` deps are needed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to