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-M1a
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
bamboo committed May 24, 2016
1 parent d5f952b commit 52c0c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply {

group = "org.gradle"

version = "1.0.0-SNAPSHOT"
version = "1.0.0-M1a"

val kotlinVersion = extra["kotlinVersion"] as String

Expand All @@ -22,8 +22,8 @@ fun DependencyHandler.compileOnly(descriptor: Any) = add("compileOnly", descript
fun DependencyHandler.compile(descriptor: Any) = add("compile", descriptor)

dependencies {
compileOnly("org.gradle:gradle-core:3+")
compileOnly("org.gradle:gradle-process-services:3+")
compileOnly("org.gradle:gradle-core:3.0-20160524000017+0000")
compileOnly("org.gradle:gradle-process-services:3.0-20160524000017+0000")
compile("org.codehaus.groovy:groovy-all:2.4.6")
compile("org.slf4j:slf4j-api:1.7.10")
compile("javax.inject:javax.inject:1")
Expand Down

0 comments on commit 52c0c8a

Please sign in to comment.