Create docker-image.yml (#5)

* Create docker-image.yml

* Update docker-image.yml

* Update docker-image.yml

* Update docker-image.yml

* Update docker-image.yml

* Update docker-image.yml

* Update docker-image.yml

* Update docker-image.yml

* Update build.gradle

* Update docker-image.yml

* Update docker-image.yml

* Update and rename docker-image.yml to push-docker.yml

* Update push-docker.yml

* Update push-docker.yml
This commit is contained in:
Anthony Stirling
2023-01-29 14:10:12 +00:00
committed by GitHub
parent 957241043e
commit ab50b625d4
2 changed files with 63 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
}
jar {
enabled = false
}
tasks.named('test') {
useJUnitPlatform()
}