Skip to content

Commit

Permalink
Streamline gradle files... Still have ugliness wiht various exludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
thandal committed Feb 6, 2021
1 parent 5f653ea commit 7010f9e
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 442 deletions.
23 changes: 9 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
plugins {
id 'java-library'
id 'maven'
}

version = "1.20"
sourceSets {
main {
java {
exclude '**/OtsCli.java'
}
}
}

dependencies {
testImplementation 'junit:junit:4.13.1'
implementation 'junit:junit:4.13.1'
implementation 'org.json:json:20190722'
// implementation 'commons-cli:1.4'
implementation 'org.bitcoinj:bitcoinj-core:0.14.7'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.2'
}

ext.moduleName = 'com.eternitywall.ots'

jar {
inputs.property("moduleName", moduleName)
manifest {
attributes 'Automatic-Module-Name': moduleName
}
}
ext.moduleName = 'com.eternitywall.ots'
Loading

0 comments on commit 7010f9e

Please sign in to comment.