diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-19 17:28:19 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-19 17:28:19 +0100 |
commit | 05f9c98dcd9ad2c7f94c261d2675e91a639ffb66 (patch) | |
tree | 6babd621a7b3a5584b2b98eb5e7481e25fc746b6 /build.gradle | |
parent | e858d2017270da7e87bbaf362af028f4b788d321 (diff) |
chore: added docs
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index bff5d4a..18668a5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'foo.zaaarf' -version = '1.0-SNAPSHOT' +version = '0.1' repositories { mavenCentral() @@ -11,10 +11,4 @@ repositories { dependencies { implementation 'org.springframework:spring-web:5.3.31' - testImplementation platform('org.junit:junit-bom:5.9.1') - testImplementation 'org.junit.jupiter:junit-jupiter' -} - -test { - useJUnitPlatform() }
\ No newline at end of file |