15 lines
528 B
TOML
15 lines
528 B
TOML
# This file was generated by the Gradle 'init' task.
|
|
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
|
|
|
[versions]
|
|
junit-jupiter = "5.10.0"
|
|
avro = "1.11.0"
|
|
|
|
[libraries]
|
|
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
|
|
avro = {module = "org.apache.avro:avro", version.ref = "avro"}
|
|
avro-tools = {module = "org.apache.avro:avro-tools", version.ref = "avro"}
|
|
|
|
[plugins]
|
|
avro = { id = "com.github.davidmc24.gradle.plugin.avro", version = "1.9.1" }
|