Skip to content

Commit

Permalink
* source level set to 1.7
Browse files Browse the repository at this point in the history
* set version to 1.0.5
  • Loading branch information
mfuerstenau committed Aug 10, 2015
1 parent 7aa9a2f commit ea2e583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.4"
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.5"
}
}
Expand All @@ -32,7 +32,7 @@ Build script snippet for new, incubating, plugin mechanism introduced in Gradle

```gradle
plugins {
id "de.fuerstenau.buildconfig" version "1.0.4"
id "de.fuerstenau.buildconfig" version "1.0.5"
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -4,15 +4,15 @@ plugins {
id "com.gradle.plugin-publish" version "0.9.1"
}

sourceCompatibility = '1.8'
sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

if (!hasProperty('mainClass')) {
ext.mainClass = ''
}

group = 'de.fuerstenau'
version = '1.0.4'
version = '1.0.5'

repositories {
mavenCentral()
Expand Down

0 comments on commit ea2e583

Please sign in to comment.