Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
more general debugging and test
Browse files Browse the repository at this point in the history
  • Loading branch information
FultonBrowne committed Sep 27, 2019
1 parent 6e1abad commit b7741ec
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,24 @@ sourceCompatibility = 1.8

repositories {
mavenCentral()
maven {
url "https://repository-achartengine.forge.cloudbees.com/snapshot/"
mavenContent {
snapshotsOnly()
}


}
}


dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.rometools', name: 'rome', version: '1.12.1'
//implementation 'io.sirix.sirix-core:0.9.3'
// compile group: 'io.sirix', name: 'sirix-core', version: '0.9.4-SNAPSHOT', changing: true
// https://mvnrepository.com/artifact/org.eclipse.swt.gtk.solaris/sparc
compile group: 'org.eclipse.swt.gtk.solaris', name: 'sparc', version: '3.3.0-v3346'
compile group:'org.eclipse.swt.gtk.solaris', name: 'sparc', version: '3.3.0-v3346'
compile group: 'org.slf4j', name: 'slf4j-api', version: "1.7.5"
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: "1.7.5"
compile 'org.nanohttpd:nanohttpd:2.3.1'
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Thu Sep 26 17:04:42 PDT 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit b7741ec

Please sign in to comment.