ignite 2.17 적용 예시 추가
This commit is contained in:
+10
-1
@@ -14,9 +14,15 @@ def undertowVersion = "1.4.28.Final"
|
||||
def queryDslVersion = "5.0.0"
|
||||
def hibernateVersion = "5.6.15.Final"
|
||||
|
||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
def generatedJavaDir = "$buildDir/generated/java"
|
||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url "${nexusUrl}/repository/maven-public/"
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(8)
|
||||
@@ -86,6 +92,9 @@ dependencies {
|
||||
|
||||
api 'org.apache.ignite:ignite-slf4j:2.14.0'
|
||||
api 'org.apache.ignite:ignite-kubernetes:2.14.0'
|
||||
// ignite 2.17 - JDK 11 이상 필요
|
||||
// api 'org.apache.ignite:ignite-slf4j:2.17.0'
|
||||
// api 'org.apache.ignite:ignite-kubernetes:2.17.0'
|
||||
|
||||
//api 'com.eactive:xc3:1.0'
|
||||
//api 'com.eactive:xc2:1.0'
|
||||
|
||||
Reference in New Issue
Block a user