mirror of
https://github.com/NekoMonci12/Git-Craft.git
synced 2026-01-04 15:31:40 +00:00
15 lines
541 B
TOML
15 lines
541 B
TOML
# This file was generated by the Gradle 'init' task.
|
|
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
|
|
|
[versions]
|
|
groovy = "3.0.22"
|
|
guava = "33.3.1-jre"
|
|
junit = "4.13.2"
|
|
spock-core = "2.2-groovy-3.0"
|
|
|
|
[libraries]
|
|
groovy = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
spock-core = { module = "org.spockframework:spock-core", version.ref = "spock-core" }
|