Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Release version 1.0.0-M1
Browse files Browse the repository at this point in the history
And pin gradle-* dependencies to the latest specific nightly build for
reproducibility.
  • Loading branch information
cbeams committed May 18, 2016
1 parent 5cd6caf commit 9771c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.artifactory'

group = 'org.gradle'
version = '1.0.0-SNAPSHOT'
version = '1.0.0-M1'

dependencies {
compileOnly 'org.gradle:gradle-core:3+'
compileOnly 'org.gradle:gradle-process-services:3+'
compileOnly 'org.gradle:gradle-core:3.0-20160517000022+0000'
compileOnly 'org.gradle:gradle-process-services:3.0-20160517000022+0000'
compile 'org.codehaus.groovy:groovy-all:2.4.4'
compile 'org.slf4j:slf4j-api:1.7.10'
compile 'javax.inject:javax.inject:1'
Expand Down

0 comments on commit 9771c88

Please sign in to comment.