Created
September 28, 2016 04:01
-
-
Save esammer/9763256583d9e19d97b7d51251d9c93b to your computer and use it in GitHub Desktop.
Gradle composite builds at work
This file contains 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
ip-172-31-77-145:~/Documents/Code/osso esammer$ ./gradlew --include-build ../gradle-avro-plugin clean build | |
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true | |
Starting a Gradle Daemon (subsequent builds will be faster) | |
[composite-build] Configuring build: /Users/esammer/Documents/Code/gradle-avro-plugin | |
:gradle-avro-plugin:compileJava UP-TO-DATE | |
:gradle-avro-plugin:compileGroovy | |
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true | |
:gradle-avro-plugin:processResources UP-TO-DATE | |
:gradle-avro-plugin:classes | |
:gradle-avro-plugin:jar UP-TO-DATE | |
:clean | |
:compileMainAvro | |
:compileJava | |
Note: Some input files use unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. | |
:processResources UP-TO-DATE | |
:classes | |
:jar | |
:assemble | |
:compileTestJava | |
:processTestResources UP-TO-DATE | |
:testClasses | |
:test | |
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true | |
:check | |
:build | |
BUILD SUCCESSFUL | |
Total time: 9.502 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment