Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhofer committed Feb 14, 2017
1 parent e92827a commit 7ceda40
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 @@ -7,13 +7,13 @@ buildscript {
}
}

apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'eclipse'
apply plugin: 'com.novoda.bintray-release'

sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '0.1.0'
version = '0.1.1'

jar {
manifest {
Expand All @@ -38,7 +38,7 @@ publish {
repoName = 'nucleus'
groupId = 'com.xinra.nucleus'
artifactId = 'nucleus-apt'
publishVersion = '0.1.0'
publishVersion = '0.1.1'
licences = ['MIT']
desc = 'Library for creating annotation processors '
website = 'https://github.com/xinra-nucleus/nucleus-apt'
Expand Down

0 comments on commit 7ceda40

Please sign in to comment.