Skip to content

Commit

Permalink
Removed depedence on root project
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Oct 24, 2017
1 parent 37c41ce commit 188fb2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

group = 'com.obsidiandynamics.log4jextras'
version = '0.2.0-SNAPSHOT'
version = '0.1.1'

def envUser = 'BINTRAY_USER'
def envKey = 'BINTRAY_KEY'
Expand Down Expand Up @@ -72,8 +72,6 @@ allprojects {

subprojects {
dependencies {
compile project(':')

testCompile project(':').sourceSets.test.output
}
}
Expand Down

0 comments on commit 188fb2f

Please sign in to comment.