-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
26 lines (21 loc) · 850 Bytes
/
libs.versions.toml
File metadata and controls
26 lines (21 loc) · 850 Bytes
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
[versions]
project = "2023.3-SNAPSHOT"
api = "2024.2"
snakeyaml = "2.3"
spock = "2.4-M4-groovy-3.0"
bytebuddy = "1.15.11"
# plugins
versions = "0.51.0"
publish = "1.3.0"
nexus = "2.0.0"
[libraries]
openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }
snakeyaml = { module = "org.yaml:snakeyaml", version.ref = "snakeyaml" }
spock-platform = { module = "org.spockframework:spock-bom", version.ref = "spock" }
spock-core = { module = "org.spockframework:spock-core" }
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
#[bundles]
[plugins]
publish = { id = "com.gradle.plugin-publish", version.ref = "publish" }
nexus = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }