|
1 | 1 | [versions] |
2 | | -spock = "2.0-M5-groovy-3.0" |
3 | | -nebulaTest = "8.1.0" |
4 | | -junit = "4.13.1" |
5 | | -guava = "17.0" |
6 | 2 | androidGradlePlugin = "4.1.0" |
7 | | -plexusUtils = "2.0.5" |
8 | | -xmltool = "3.3" |
| 3 | +animalsniffer = "1.5.3" |
| 4 | +axionRelease = "1.11.0" |
| 5 | +guava = "17.0" |
| 6 | +junit = "4.13.1" |
9 | 7 | licenseMavenPlugin = "3.0" |
| 8 | +nebulaTest = "8.1.0" |
| 9 | +plexusUtils = "2.0.5" |
10 | 10 | pluginPublish = "0.14.0" |
11 | | -axionRelease = "1.11.0" |
12 | | -animalsniffer = "1.5.3" |
| 11 | +spock = "2.0-M5-groovy-3.0" |
| 12 | +versionCatalogUpdate = "0.8.4" |
| 13 | +versions = "0.51.0" |
| 14 | +xmltool = "3.3" |
13 | 15 |
|
14 | 16 | [libraries] |
| 17 | +android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" } |
| 18 | +guava = { module = "com.google.guava:guava", version.ref = "guava" } |
| 19 | +junit = { module = "junit:junit", version.ref = "junit" } |
| 20 | +license-maven-plugin = { module = "com.mycila:license-maven-plugin", version.ref = "licenseMavenPlugin" } |
| 21 | +nebula-test = { module = "com.netflix.nebula:nebula-test", version.ref = "nebulaTest" } |
| 22 | +plexus-utils = { module = "org.codehaus.plexus:plexus-utils", version.ref = "plexusUtils" } |
15 | 23 | spock-bom = { module = "org.spockframework:spock-bom", version.ref = "spock" } |
16 | 24 | spock-core = { module = "org.spockframework:spock-core" } |
17 | 25 | spock-junit4 = { module = "org.spockframework:spock-junit4" } |
18 | | -nebula-test = { module = "com.netflix.nebula:nebula-test", version.ref = "nebulaTest" } |
19 | | -junit = { module = "junit:junit", version.ref = "junit" } |
20 | | -guava = { module = "com.google.guava:guava", version.ref = "guava" } |
21 | | -android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" } |
22 | | -plexus-utils = { module = "org.codehaus.plexus:plexus-utils", version.ref = "plexusUtils" } |
23 | 26 | xmltool = { module = "com.mycila.xmltool:xmltool", version.ref = "xmltool" } |
24 | | -license-maven-plugin = { module = "com.mycila:license-maven-plugin", version.ref = "licenseMavenPlugin" } |
25 | 27 |
|
26 | 28 | [plugins] |
27 | | -plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "pluginPublish" } |
28 | | -axion-release = { id = "pl.allegro.tech.build.axion-release", version.ref = "axionRelease" } |
29 | 29 | animalsniffer = { id = "ru.vyarus.animalsniffer", version.ref = "animalsniffer" } |
| 30 | +axion-release = { id = "pl.allegro.tech.build.axion-release", version.ref = "axionRelease" } |
| 31 | +plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "pluginPublish" } |
| 32 | +version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "versionCatalogUpdate" } |
| 33 | +versions = { id = "com.github.ben-manes.versions", version.ref = "versions" } |
0 commit comments