Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
gradle 1.12 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Feb 11, 2015
1 parent 6889fc6 commit 8f8754f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.pyc
src/genjava/*.pyc
Binary file removed src/genjava/genjava_main.pyc
Binary file not shown.
Binary file modified src/genjava/gradle/gradle.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/genjava/templates/genjava_project/build.gradle.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

task wrapper(type: Wrapper) {
gradleVersion = '1.11'
gradleVersion = '2.2.1'
}

buildscript {
Expand Down

0 comments on commit 8f8754f

Please sign in to comment.