-
-
Notifications
You must be signed in to change notification settings - Fork 426
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
41 lines (36 loc) · 1.94 KB
/
Copy pathlibs.versions.toml
File metadata and controls
41 lines (36 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[versions]
minGradle = "9.1.0"
kotlin = "2.4.0"
moshi = "1.15.2"
pluginPublish = "2.1.1"
[libraries]
apache-ant = "org.apache.ant:ant:1.10.17"
apache-commonsCodec = "commons-codec:commons-codec:1.22.0"
apache-commonsIo = "commons-io:commons-io:2.22.0"
apache-log4j = "org.apache.logging.log4j:log4j-core:2.26.0"
apache-maven-model = "org.apache.maven:maven-model:3.9.16"
jdependency = "org.vafer:jdependency:2.16"
jdom2 = "org.jdom:jdom2:2.0.6.1"
kotlin-metadata = { module = "org.jetbrains.kotlin:kotlin-metadata-jvm", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
plexus-utils = "org.codehaus.plexus:plexus-utils:4.0.3"
plexus-xml = "org.codehaus.plexus:plexus-xml:4.1.1"
xmlunit = "org.xmlunit:xmlunit-legacy:2.12.0"
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
foojayResolver = "org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin:1.0.0"
develocity = "com.gradle:develocity-gradle-plugin:4.4.3"
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
pluginPublish = { module = "com.gradle.publish:plugin-publish-plugin", version.ref = "pluginPublish" }
androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-rc01"
# Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless.
ktfmt = "com.facebook:ktfmt:0.63"
junit-bom = "org.junit:junit-bom:6.1.0"
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
android-lint = "com.android.lint:9.2.1"
jetbrains-dokka = "org.jetbrains.dokka:2.2.0"
mavenPublish = "com.vanniktech.maven.publish:0.36.0"
pluginPublish = { id = "com.gradle.plugin-publish", version.ref = "pluginPublish" }
spotless = "com.diffplug.spotless:8.6.0"