Skip to content

Commit

Permalink
Fixed problem in build regarding publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Sep 26, 2015
1 parent 08207d5 commit 509fa94
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 @@ -2,6 +2,8 @@ buildscript {
apply from: "$rootDir/gradle/buildscript.gradle", to: buildscript
}

group = 'com.moowork.gradle'

apply plugin: 'idea'
apply plugin: 'groovy'
apply plugin: 'maven'
Expand All @@ -12,8 +14,6 @@ apply from: "$rootDir/gradle/coverage.gradle"
apply from: "$rootDir/gradle/travis-ci.gradle"
apply from: "$rootDir/gradle/publishing.gradle"

group = 'com.moowork.gradle'

ext.compatibilityVersion = '1.6'
sourceCompatibility = compatibilityVersion
targetCompatibility = compatibilityVersion
Expand Down

0 comments on commit 509fa94

Please sign in to comment.