Eclipse IDE configuration and setup

This commit is contained in:
2026-04-12 13:15:27 +02:00
parent f753197bf2
commit 15248c92c9
4 changed files with 98 additions and 8 deletions

View File

@@ -9,16 +9,14 @@ group = 'org.egothor.stemmer'
version = gitVersion(prefix:'release@')
pmd {
consoleOutput = true
toolVersion = '7.20.0'
sourceSets = [sourceSets.main]
ruleSetFiles = files(rootProject.file(".ruleset"))
consoleOutput = true
toolVersion = '7.20.0'
sourceSets = [sourceSets.main]
ruleSetFiles = files(rootProject.file(".ruleset"))
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
tasks.withType(JavaCompile).configureEach {
options.release = 21
}
repositories {