Skip to content

Commit f1a7d0f

Browse files
committed
minor changes
1 parent 2e1c16c commit f1a7d0f

File tree

6 files changed

+5
-13
lines changed

6 files changed

+5
-13
lines changed

app/src/main/resources/.gitkeep

Whitespace-only changes.

app/src/test/resources/.gitkeep

Whitespace-only changes.

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# This file was generated by the Gradle 'init' task.
2-
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
3-
41
org.gradle.configuration-cache=true
52

gradle/libs.versions.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This file was generated by the Gradle 'init' task.
2-
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
3-
41
[versions]
52
guava = "33.4.6-jre"
63
junit = "4.13.2"

settings.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*
2-
* This file was generated by the Gradle 'init' task.
3-
*
4-
* The settings file is used to specify which projects to include in your build.
5-
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/9.2.0/userguide/multi_project_builds.html in the Gradle documentation.
6-
*/
7-
81
plugins {
92
// Apply the foojay-resolver plugin to allow automatic download of JDKs
103
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'

test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
./gradlew build
4+
5+
java -jar app/build/libs/app-all.jar

0 commit comments

Comments
 (0)