Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 1ce2d32

Browse files
author
Florian Lautenschlager
committed
Added gradle wrapper to repo.
1 parent a46ad7f commit 1ce2d32

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ allprojects {
3434
apply plugin: 'jacoco'
3535
apply plugin: 'com.github.kt3k.coveralls'
3636

37-
38-
3937
group 'de.qaware.chronix'
4038

4139
repositories {
@@ -55,10 +53,10 @@ subprojects {
5553
apply plugin: 'base'
5654
apply plugin: 'groovy'
5755
apply plugin: 'java'
58-
apply plugin: 'com.github.hierynomus.license'
5956
apply plugin: 'maven-publish'
6057
apply plugin: 'com.gradle.plugin-publish'
6158
apply plugin: 'com.jfrog.bintray'
59+
apply plugin: 'com.github.hierynomus.license'
6260

6361
version = 0.1
6462

@@ -153,6 +151,6 @@ tasks.coveralls {
153151
}
154152

155153
task wrapper(type: Wrapper) {
156-
gradleVersion = '2.4'
154+
gradleVersion = '2.2'
157155
}
158156

gradle/wrapper/gradle-wrapper.jar

49.8 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Fri Nov 13 14:15:22 CET 2015
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-all.zip

0 commit comments

Comments
 (0)