Created
March 16, 2021 13:12
-
-
Save jeffscottbrown/3c419fe2c05985dd2e58fc06391e6986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ $ git clone git@github.com:anandjaisy/MessengingMultiGradleProject.git | |
| Cloning into 'MessengingMultiGradleProject'... | |
| remote: Enumerating objects: 45, done. | |
| remote: Counting objects: 100% (45/45), done. | |
| remote: Compressing objects: 100% (26/26), done. | |
| remote: Total 45 (delta 1), reused 45 (delta 1), pack-reused 0 | |
| Receiving objects: 100% (45/45), 59.51 KiB | 1.03 MiB/s, done. | |
| Resolving deltas: 100% (1/1), done. | |
| ~ $ | |
| ~ $ | |
| ~ $ cd MessengingMultiGradleProject | |
| MessengingMultiGradleProject (main)$ | |
| MessengingMultiGradleProject (main)$ | |
| MessengingMultiGradleProject (main)$ ./gradlew run | |
| ./gradlew: line 39: cd: "./: No such file or directory | |
| > Task :compileJava | |
| Note: Creating bean classes for 1 type elements | |
| > Task :service:compileJava | |
| Note: Creating bean classes for 1 type elements | |
| > Task :run | |
| __ __ _ _ | |
| | \/ (_) ___ _ __ ___ _ __ __ _ _ _| |_ | |
| | |\/| | |/ __| '__/ _ \| '_ \ / _` | | | | __| | |
| | | | | | (__| | | (_) | | | | (_| | |_| | |_ | |
| |_| |_|_|\___|_| \___/|_| |_|\__,_|\__,_|\__| | |
| Micronaut (v2.4.0) | |
| Something happened | |
| 08:01:09.824 [main] INFO io.micronaut.runtime.Micronaut - Startup completed in 421ms. Server Running: 0 active message listeners. | |
| <===========--> 91% EXECUTING [10m 52s] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment