Skip to content

Commit

Permalink
removed demo module for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
RubbaBoy committed Jul 12, 2019
1 parent 5ac7c8d commit 08803d7
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
plugins {
id 'java'
id "com.github.johnrengelman.shadow" version "5.1.0"
}

sourceCompatibility = 11
targetCompatibility = 11

jar {
manifest {
attributes("Main-Class": "com.uddernetworks.paintassist.demo.Demo")
}
}

repositories {
mavenCentral()
google()
}

dependencies {
compile rootProject
}
//plugins {
// id 'java'
// id "com.github.johnrengelman.shadow" version "5.1.0"
//}
//
//sourceCompatibility = 11
//targetCompatibility = 11
//
//jar {
// manifest {
// attributes("Main-Class": "com.uddernetworks.paintassist.demo.Demo")
// }
//}
//
//repositories {
// mavenCentral()
// google()
//}
//
//dependencies {
// compile rootProject
//}

0 comments on commit 08803d7

Please sign in to comment.