Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea/
build
.gradle
Binary file removed .gradle/7.5.1/checksums/checksums.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .gradle/7.5.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file removed .gradle/7.5.1/gc.properties
Empty file.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file removed .gradle/file-system.probe
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ repositories {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation(group: 'com.h2database', name: 'h2', version: '2.1.214')

testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.4')
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter', version: '3.2.4')
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-jetty', version: '3.2.4')
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-web-services', version: '3.2.4')
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '3.2.4'
}

test {
Expand Down
Binary file removed build/classes/java/main/org/example/Main.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

179 changes: 0 additions & 179 deletions build/reports/tests/test/css/base-style.css

This file was deleted.

84 changes: 0 additions & 84 deletions build/reports/tests/test/css/style.css

This file was deleted.

Loading