Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Release 0.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Jul 21, 2016
1 parent 8b73f6f commit 773582b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,16 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

group = 'com.google.cloud.tools'
version = '0.1.1-SNAPSHOT'
version = '0.1.1-beta'

repositories {
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
}

dependencies {
compile localGroovy()
compile gradleApi()
compile ('com.google.cloud.tools:appengine-plugins-core:0.1.4-SNAPSHOT') {
changing = true;
}
compile 'com.google.cloud.tools:appengine-plugins-core:0.1.4'

testCompile 'commons-io:commons-io:2.4'
testCompile 'org.hamcrest:hamcrest-library:1.3'
Expand Down

2 comments on commit 773582b

@loosebazooka
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meltsufin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚲

Please sign in to comment.