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

Commit 8f8754f

Browse files
committed
gradle 1.12 -> 2.2.1
1 parent 6889fc6 commit 8f8754f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.pyc
1+
src/genjava/*.pyc

src/genjava/genjava_main.pyc

-1.59 KB
Binary file not shown.

src/genjava/gradle/gradle.tar.gz

-392 Bytes
Binary file not shown.

src/genjava/templates/genjava_project/build.gradle.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
task wrapper(type: Wrapper) {
18-
gradleVersion = '1.11'
18+
gradleVersion = '2.2.1'
1919
}
2020

2121
buildscript {

0 commit comments

Comments
 (0)