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

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Nov 8, 2017
1 parent a9fbaaf commit 1d8d392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
plugins {
id 'groovy'
id 'maven'
id 'com.gradle.plugin-publish' version '0.9.7'
id 'com.gradle.plugin-publish' version '0.9.9'
id 'com.github.hierynomus.license' version '0.12.1'
id 'org.ysb33r.gradletest' version '1.0'
}

apply from: 'gradle/integration-tests.gradle'

version = '0.6-SNAPSHOT'
version = '0.6'
group = 'org.ysb33r.gradle'
sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 1d8d392

Please sign in to comment.