diff --git a/build.gradle b/build.gradle index 3c9b1f0..e9df2e4 100644 --- a/build.gradle +++ b/build.gradle @@ -4,19 +4,16 @@ plugins { id 'eclipse-wtp' id 'idea' } + group 'com.eactive' version '4.5.1-SNAPSHOT' + def springVersion = "5.3.27" -//def nexusUrl = "https://nexus.eactive.synology.me:8090" +def nexusUrl = "https://nexus.eactive.synology.me:8090" + -//repositories { -// maven { -// url "${nexusUrl}/repository/maven-public/" -// allowInsecureProtocol = true -// } -//} java { toolchain { languageVersion = JavaLanguageVersion.of(8)