Skip to content

Instantly share code, notes, and snippets.

@hlship
Created January 23, 2014 18:21
Show Gist options
  • Select an option

  • Save hlship/8583945 to your computer and use it in GitHub Desktop.

Select an option

Save hlship/8583945 to your computer and use it in GitHub Desktop.
Build / deploy / download log
$ gradle publishToMavenLocal
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead.
'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead.
'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead.
'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead.
'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead.
'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead.
'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead.
'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead.
'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead.
'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead.
'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead.
'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead.
:web-utils:generatePomFileForJarPublication
:common-utils:compileJava UP-TO-DATE
:common-utils:processResources UP-TO-DATE
:common-utils:compileClojure UP-TO-DATE
:common-utils:classes UP-TO-DATE
:common-utils:jar UP-TO-DATE
:web-utils:compileJava UP-TO-DATE
:web-utils:processResources UP-TO-DATE
:web-utils:compileClojure UP-TO-DATE
:web-utils:classes UP-TO-DATE
:web-utils:jar UP-TO-DATE
:web-utils:sourceJar UP-TO-DATE
:web-utils:publishJarPublicationToMavenLocal
:web-utils:publishToMavenLocal
BUILD SUCCESSFUL
Total time: 16.524 secs
~/workspaces/annadale/nexus/util/web-utils
$ ls -l ~/.m2/repository/io/aviso/web-utils/
1.3-SNAPSHOT/ maven-metadata-local.xml
~/workspaces/annadale/nexus/util/web-utils
$ ls -l ~/.m2/repository/io/aviso/web-utils/1.3-SNAPSHOT/
total 672
drwxr-xr-x 6 hlship staff 204B Jan 21 16:49 .
drwxr-xr-x 4 hlship staff 136B Jan 21 16:49 ..
-rw-r--r-- 1 hlship staff 305B Jan 23 10:15 maven-metadata-local.xml
-rw-r--r-- 1 hlship staff 22K Jan 23 10:15 web-utils-1.3-SNAPSHOT-sources.jar
-rw-r--r-- 1 hlship staff 302K Jan 23 10:15 web-utils-1.3-SNAPSHOT.jar
-rw-r--r-- 1 hlship staff 2.7K Jan 23 10:15 web-utils-1.3-SNAPSHOT.pom
~/workspaces/annadale/nexus/util/web-utils
$ md5 ~/.m2/repository/io/aviso/web-utils/1.3-SNAPSHOT/web-utils-1.3-SNAPSHOT.jar
MD5 (/Users/hlship/.m2/repository/io/aviso/web-utils/1.3-SNAPSHOT/web-utils-1.3-SNAPSHOT.jar) = a3fa2a69aa494323070441ab1e64a304
~/workspaces/annadale/nexus/util/web-utils
$
$ gr clean libs -i --refresh-dependencies
Starting Build
Settings evaluated using empty settings script.
Projects loaded. Root project using build file '/Users/hlship/workspaces/annadale/gradle-bug/build.gradle'.
Included projects: [root project 'gradle-bug']
Evaluating root project 'gradle-bug' using build file '/Users/hlship/workspaces/annadale/gradle-bug/build.gradle'.
All projects evaluated.
Selected primary tasks 'clean', 'libs'
Tasks to be executed: [task ':clean', task ':libs']
:clean (Thread[main,5,main]) started.
:clean
Executing task ':clean' (up-to-date check took 0.001 secs) due to:
Task has not declared any outputs.
:clean (Thread[main,5,main]) completed. Took 0.011 secs.
:libs (Thread[main,5,main]) started.
:libs
Found locally available resource with matching checksum: [https://mvn.annadaletech.com/nexus/content/groups/public/io/aviso/web-utils/1.3-SNAPSHOT/web-utils-1.3-20140123.124650-39.pom, /Users/hlship/.gradle/caches/modules-2/files-2.1/io.aviso/web-utils/1.3-SNAPSHOT/50fc4c633c414c28d095c69b3a3201f5863811cc/web-utils-1.3-SNAPSHOT.pom]
Download https://mvn.annadaletech.com/nexus/content/groups/public/io/aviso/web-utils/1.3-SNAPSHOT/web-utils-1.3-20140123.124650-39.jar
Executing task ':libs' (up-to-date check took 0.052 secs) due to:
Output file /Users/hlship/workspaces/annadale/gradle-bug/build/libs has changed.
Output file /Users/hlship/workspaces/annadale/gradle-bug/build/libs/web-utils-1.3-SNAPSHOT.jar has been removed.
:libs (Thread[main,5,main]) completed. Took 5.291 secs.
BUILD SUCCESSFUL
Total time: 9.684 secs
Stopped 0 compiler daemon(s).
~/workspaces/annadale/gradle-bug
$ ls -l build/libs/
total 568
drwxr-xr-x 3 hlship staff 102B Jan 23 10:17 .
drwxr-xr-x 3 hlship staff 102B Jan 23 10:17 ..
-rw-r--r-- 1 hlship staff 284K Jan 23 10:17 web-utils-1.3-SNAPSHOT.jar
~/workspaces/annadale/gradle-bug
$ md5 build/libs/web-utils-1.3-SNAPSHOT.jar
MD5 (build/libs/web-utils-1.3-SNAPSHOT.jar) = 44a3029f6725f8cea784b45a3738adfc
~/workspaces/annadale/gradle-bug
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment