Skip to content

Instantly share code, notes, and snippets.

@melix
Created February 15, 2019 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melix/60cb5b9eff9ee49652457ce7339e9e67 to your computer and use it in GitHub Desktop.
Save melix/60cb5b9eff9ee49652457ce7339e9e67 to your computer and use it in GitHub Desktop.
Do NOT use the Debian version of Gradle
# This is a "fresh" install of Gradle using the Debian package
gradle --version
------------------------------------------------------------
Gradle 3.2.1
------------------------------------------------------------
Build time: 2012-12-21 00:00:00 UTC
Revision: none
Groovy: 2.4.8
Ant: Apache Ant(TM) version 1.9.9 compiled on July 22 2018
JVM: 1.8.0_181 (Oracle Corporation 25.181-b13)
OS: Linux 4.15.0-45-generic amd64
# And this is using the OFFICIAL 3.2.1 release
------------------------------------------------------------
Gradle 3.2.1
------------------------------------------------------------
Build time: 2016-11-22 15:19:54 UTC
Revision: 83b485b914fd4f335ad0e66af9d14aad458d2cc5
Groovy: 2.4.7
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_161 (Oracle Corporation 25.161-b12)
OS: Linux 4.15.0-45-generic amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment