Переезд на java 13
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -1,13 +1,15 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.1.4.RELEASE'
|
||||
id 'org.springframework.boot' version '2.2.5.RELEASE'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group = 'ru.serega6531'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
sourceCompatibility = '1.8'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_13
|
||||
targetCompatibility = JavaVersion.VERSION_13
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
@@ -25,7 +27,7 @@ dependencies {
|
||||
implementation "org.springframework.boot:spring-boot-starter-security"
|
||||
implementation "org.springframework.boot:spring-boot-starter-websocket"
|
||||
implementation 'org.springframework.session:spring-session-core'
|
||||
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
|
||||
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
|
||||
compile group: 'commons-io', name: 'commons-io', version: '2.6'
|
||||
compile 'org.pcap4j:pcap4j-core:1.8.2'
|
||||
compile 'org.pcap4j:pcap4j-packetfactory-static:1.8.2'
|
||||
@@ -34,5 +36,5 @@ dependencies {
|
||||
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
runtimeOnly 'org.postgresql:postgresql'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
testCompile 'org.junit.jupiter:junit-jupiter:5.4.2'
|
||||
testCompile 'org.junit.jupiter:junit-jupiter:5.6.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user