-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
50 lines (41 loc) · 2.25 KB
/
Copy pathlibs.versions.toml
File metadata and controls
50 lines (41 loc) · 2.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[versions]
sonarqube = '7.3.1.8318'
jacocolog = '4.0.2'
spotbugs = '6.5.5'
ben-manes-versions = '0.54.0'
git-semver = '0.19.1'
jspecify = '1.0.0'
junit = '6.1.0'
assertj = '4.0.0-M1'
io-micronaut = '5.0.0'
apiguardian-api = '1.1.2'
[plugins]
sonarqube = { id = 'org.sonarqube', version.ref = 'sonarqube' }
jacocolog = { id = 'org.barfuin.gradle.jacocolog', version.ref = 'jacocolog' }
spotbugs = { id = 'com.github.spotbugs', version.ref = 'spotbugs' }
ben-manes-versions = { id = 'com.github.ben-manes.versions', version.ref = 'ben-manes-versions' }
git-semver = { id = 'com.github.jmongard.git-semver-plugin', version.ref = 'git-semver' }
micronaut-application = { id = 'io.micronaut.minimal.application', version.ref = 'io-micronaut' }
micronaut-library = { id = 'io.micronaut.minimal.library', version.ref = 'io-micronaut' }
micronaut-docker = { id = 'io.micronaut.docker', version.ref = 'io-micronaut' }
[libraries]
jspecify = { module = 'org.jspecify:jspecify', version.ref = 'jspecify' }
slf4j-api = { module = 'org.slf4j:slf4j-api' }
snakeyaml = { module = 'org.yaml:snakeyaml' }
logback = { module = 'ch.qos.logback:logback-classic' }
junit = { module = 'org.junit:junit-bom', version.ref = 'junit' }
junit-jupiter = { module = 'org.junit.jupiter:junit-jupiter' }
junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api' }
junit-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine' }
junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher' }
assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' }
jakarta-inject-api = { module = 'jakarta.inject:jakarta.inject-api' }
apiguardian-api = { module = 'org.apiguardian:apiguardian-api', version.ref = 'apiguardian-api' }
micronaut-core = { module = 'io.micronaut:micronaut-core' }
micronaut-test-core = { module = 'io.micronaut.test:micronaut-test-core' }
junit-platform-commons = { module = 'org.junit.platform:junit-platform-commons' }
[bundles]
test-implementation = ['junit-jupiter-api', 'assertj']
test-compile = ['junit-jupiter', 'junit-jupiter-engine']
test-runtime = ['junit-jupiter-engine', 'junit-platform-launcher']
test-micronaut-implementation = ['jakarta-inject-api', 'apiguardian-api', 'junit-platform-commons', 'micronaut-core', 'micronaut-test-core']