Update gradle-api to 2.3

This commit is contained in:
Natalia Ukhorskaya
2015-04-22 15:20:23 +03:00
parent 8ed628cef5
commit 4265994118
4 changed files with 7 additions and 6 deletions
@@ -1,7 +1,7 @@
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven' apply plugin: 'maven'
version = '1.6' version = '2.3'
group = 'org.jetbrains.kotlin' group = 'org.jetbrains.kotlin'
@@ -25,5 +25,5 @@ artifacts {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.6' gradleVersion = '2.3'
} }
@@ -1,6 +1,6 @@
#Sun May 04 12:35:04 MSK 2014 #Wed Apr 22 16:22:48 MSK 2015
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
@@ -7,12 +7,13 @@
<properties> <properties>
<maven-plugin-anno.version>1.4.1</maven-plugin-anno.version> <maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
<maven.version>3.0.4</maven.version> <maven.version>3.0.4</maven.version>
<gradle.api.jar.version>2.3</gradle.api.jar.version>
</properties> </properties>
<groupId>org.jetbrains.kotlin</groupId> <groupId>org.jetbrains.kotlin</groupId>
<artifactId>gradle-api</artifactId> <artifactId>gradle-api</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.6</version> <version>${gradle.api.jar.version}</version>
<build> <build>
<plugins> <plugins>
@@ -30,7 +31,7 @@
<configuration> <configuration>
<artifacts> <artifacts>
<artifact> <artifact>
<file>build/libs/gradle-api-1.6.jar</file> <file>build/libs/gradle-api-${gradle.api.jar.version}.jar</file>
<type>jar</type> <type>jar</type>
</artifact> </artifact>
</artifacts> </artifacts>