dockerize application

This commit is contained in:
Denis Savosin
2024-10-07 13:14:50 +07:00
parent 983a9badf2
commit 01ce385c30
8 changed files with 53 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ plugins {
}
group = "com.example"
version = "0.0.1-SNAPSHOT"
version = "single-version"
java {
sourceCompatibility = JavaVersion.VERSION_17
@@ -69,4 +69,3 @@ tasks.test {
tasks.jacocoTestReport {
dependsOn(tasks.test) // tests are required to run before generating the report
}