initial commit: add gradle
This commit is contained in:
commit
5124c70c02
12 changed files with 420 additions and 0 deletions
8
gradle/libs.versions.toml
Normal file
8
gradle/libs.versions.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# This file was generated by the Gradle 'init' task.
|
||||
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
||||
|
||||
[versions]
|
||||
guava = "33.4.5-jre"
|
||||
|
||||
[libraries]
|
||||
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
Loading…
Add table
Add a link
Reference in a new issue