initial commit: add gradle

This commit is contained in:
Sen 2025-06-02 10:23:48 +02:00
commit 5124c70c02
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
12 changed files with 420 additions and 0 deletions

View 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" }

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View file

@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists