File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -722,15 +722,11 @@ project('cafe-dsl') {
722
722
723
723
testCompile ' org.springframework.boot:spring-boot-starter-test'
724
724
}
725
+
725
726
bootRun {
726
727
main = ' org.springframework.integration.samples.dsl.cafe.lambda.Application'
727
728
}
728
729
729
- task run(type : JavaExec ) {
730
- main ' org.springframework.integration.samples.dsl.cafe.nonlambda.Application'
731
- classpath = sourceSets. main. runtimeClasspath
732
- }
733
-
734
730
tasks. withType(JavaExec ) {
735
731
standardInput = System . in
736
732
}
Original file line number Diff line number Diff line change @@ -12,7 +12,4 @@ See the `cafe` project **README.md** for more details about the domain and the C
12
12
Main class --> Run As --> Java Application)
13
13
* or from the command line:
14
14
15
- $ gradlew :cafe-dsl: run
16
-
17
- There is the second similar sample - ` org.springframework.integration.samples.dsl.cafe.nonlambda.Application ` , which
18
- demonstrates how Spring Integration Java DSL can be used from pre Java 8 environment.
15
+ $ gradlew :cafe-dsl: bootRun
You can’t perform that action at this time.
0 commit comments