Fix gradle deprecations

This commit is contained in:
Niko Diamadis
2024-03-06 22:41:29 +01:00
parent 433f7ec341
commit 22feec66b0
5 changed files with 21 additions and 39 deletions

View File

@@ -4,17 +4,6 @@ apply plugin: 'eclipse'
group = 'io.swagger'
version = '1.0.0'
buildscript {
repositories {
google()
}
}
repositories {
jcenter()
}
apply plugin: 'java-library'
sourceCompatibility = JavaVersion.VERSION_1_7