diff --git a/README.md b/README.md index 199cbd8..d167b6c 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![](https://jitpack.io/v/RPTools/dicelib.svg)](https://jitpack.io/#RPTools/dicelib) # dicelib Dice Roll Library used by RPTools programs. diff --git a/build.gradle b/build.gradle index bb74a99..e6fe0dc 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,6 @@ apply plugin: 'com.diffplug.spotless' project.sourceCompatibility = 16 project.targetCompatibility = 16 - // In this section you declare where to find the dependencies of your project repositories { mavenCentral() @@ -27,7 +26,6 @@ dependencies { implementation 'rhino:js:1.6R5' implementation 'antlr:antlr:2.7.6' implementation 'com.github.RPTools:parser:1.8.3' - implementation 'com.github.jitpack:gradle-simple:1.0' testImplementation group: 'junit', name: 'junit', version: '4.13.2' } diff --git a/jitpack.yml b/jitpack.yml deleted file mode 100644 index 246d32f..0000000 --- a/jitpack.yml +++ /dev/null @@ -1,2 +0,0 @@ -jdk: - - oraclejdk10