Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 594 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 594 Bytes

java_fun_extraction_01

Experimenting on java 8, with extracting a function

build idea

[10:18:15] a-3133:gradle-nano-service git:(master*) $ ./gradlew clean idea

> Task :idea
Generated IDEA project at file:///Users/a-3133/workspace/gradle-nano-service/nanoService.ipr

BUILD SUCCESSFUL in 0s
5 actionable tasks: 5 executed

running the app

[10:18:24] a-3133:gradle-nano-service git:(master*) $ ./gradlew clean run

> Task :run
Hello world !!!

BUILD SUCCESSFUL in 0s
3 actionable tasks: 2 executed, 1 up-to-date
[10:18:29] a-3133:gradle-nano-service git:(master*) $