Skip to content

Commit a24a65d

Browse files
authored
Merge pull request #1178 from domaframework/chore/build-script
Polish the build.gradle.kts file
2 parents 00cf3e0 + bdfed8b commit a24a65d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ configure(modularProjects) {
116116
pom {
117117
val projectUrl: String by project
118118
name.set(project.name)
119-
description.set("DAO Oriented Database Mapping Framework for Java 17+")
119+
description.set("DAO Oriented Database Mapping Framework for Java")
120120
url.set(projectUrl)
121121
licenses {
122122
license {
@@ -226,10 +226,6 @@ configure(integrationTestProjects) {
226226
options.encoding = encoding
227227
}
228228

229-
compileJava {
230-
options.incrementalAfterFailure.set(false)
231-
}
232-
233229
compileTestJava {
234230
options.compilerArgs.addAll(listOf("-proc:none"))
235231
}

0 commit comments

Comments
 (0)