Upgrade to Gradle 3.5
This commit is contained in:
committed by
Artem Bilan
parent
d7a77b75ac
commit
fdb9ddceeb
@@ -1,7 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url 'http://repo.spring.io/libs-snapshot' }
|
||||
maven { url "http://repo.spring.io/libs-milestone" }
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
|
||||
@@ -26,8 +26,8 @@ import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.integration.dsl.IntegrationFlow;
|
||||
import org.springframework.integration.dsl.IntegrationFlows;
|
||||
import org.springframework.integration.mail.dsl.Mail;
|
||||
import org.springframework.integration.mail.MailHeaders;
|
||||
import org.springframework.integration.mail.dsl.Mail;
|
||||
import org.springframework.integration.samples.si4demo.springone.GMailProperties;
|
||||
|
||||
/**
|
||||
@@ -70,7 +70,7 @@ public class GIMAP {
|
||||
.put(MailHeaders.SUBJECT, "payload.subject")
|
||||
.put(MailHeaders.FROM, "payload.from[0].toString()")))
|
||||
.transform("payload.content")
|
||||
.<String>handle(System.out::println)
|
||||
.handle(System.out::println)
|
||||
.get();
|
||||
}
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user