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.
2 parents 00cf3e0 + bdfed8b commit a24a65dCopy full SHA for a24a65d
build.gradle.kts
@@ -116,7 +116,7 @@ configure(modularProjects) {
116
pom {
117
val projectUrl: String by project
118
name.set(project.name)
119
- description.set("DAO Oriented Database Mapping Framework for Java 17+")
+ description.set("DAO Oriented Database Mapping Framework for Java")
120
url.set(projectUrl)
121
licenses {
122
license {
@@ -226,10 +226,6 @@ configure(integrationTestProjects) {
226
options.encoding = encoding
227
}
228
229
- compileJava {
230
- options.incrementalAfterFailure.set(false)
231
- }
232
-
233
compileTestJava {
234
options.compilerArgs.addAll(listOf("-proc:none"))
235
0 commit comments