File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.diffplug .spotless' version ' 7.2.1 ' apply false
3- id ' info.solidsoft .pitest' version ' 1.15.0 ' apply false
4- id ' io.github.gradle-nexus. publish-plugin ' version ' 2.0.0 '
5- id ' me.champeau .jmh' version ' 0.7.3 ' apply false
6- id ' net.ltgt .errorprone' version ' 4.3.0 ' apply false
7- id ' net.researchgate .release' version ' 3.1.0 '
8- id ' org.beryx .jar' version ' 2.0.0 ' apply false
2+ alias(libs . plugins . spotless) apply false
3+ alias(libs . plugins . pitest) apply false
4+ alias(libs . plugins . publish. plugin)
5+ alias(libs . plugins . jmh) apply false
6+ alias(libs . plugins . errorprone) apply false
7+ alias(libs . plugins . release)
8+ alias(libs . plugins . jar) apply false
99}
1010
1111subprojects {
Original file line number Diff line number Diff line change 22errorprone = ' 2.31.0'
33jackson = ' 2.20.1'
44
5+ [plugins ]
6+ errorprone = ' net.ltgt.errorprone:4.3.0'
7+ jar = ' org.beryx.jar:2.0.0'
8+ jmh = ' me.champeau.jmh:0.7.3'
9+ pitest = ' info.solidsoft.pitest:1.15.0'
10+ publish-plugin = ' io.github.gradle-nexus.publish-plugin:2.0.0'
11+ release = ' net.researchgate.release:3.1.0'
12+ spotless = ' com.diffplug.spotless:7.2.1'
13+
514[libraries ]
615assertj = ' org.assertj:assertj-core:3.27.6'
716dom4j = ' org.dom4j:dom4j:2.2.0'
You can’t perform that action at this time.
0 commit comments