-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
23 lines (21 loc) · 1.25 KB
/
libs.versions.toml
File metadata and controls
23 lines (21 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[versions]
spotless-gradle = "8.1.0"
blowdryer-gradle = "1.7.1"
develocity = "4.0.3"
jackson = "2.20.1"
jfrog-gradle = "6.0.4"
gradle-plugin-shadow = "9.2.2"
gradle-license-report = "3.0.1"
sonar-scanner-gradle = "7.1.0.6387"
[libraries]
diffplug-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless-gradle" }
diffplug-blowdryer-setup = { module = "com.diffplug.blowdryerSetup:com.diffplug.blowdryerSetup.gradle.plugin", version.ref = "blowdryer-gradle" }
develocity = { module = "com.gradle.develocity:com.gradle.develocity.gradle.plugin", version.ref = "develocity" }
jfrog-buildinfo-gradle = { module = "org.jfrog.buildinfo:build-info-extractor-gradle", version.ref = "jfrog-gradle" }
shadow = { module = "com.gradleup.shadow:com.gradleup.shadow.gradle.plugin", version.ref = "gradle-plugin-shadow" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref = "jackson" }
license-report = { module = "com.github.jk1:gradle-license-report", version.ref = "gradle-license-report" }
[plugins]
spotless = { id = "com.diffplug.spotless", version.ref = "spotless-gradle" }
develocity = { id = "com.gradle.develocity", version.ref = "develocity" }
sonarqube = { id = "org.sonarqube", version.ref = "sonar-scanner-gradle" }