Skip to content

Commit

Permalink
Merge pull request #98 from RPTools/remove-jitpack
Browse files Browse the repository at this point in the history
remove from jitpack
  • Loading branch information
cwisniew authored May 7, 2021
2 parents 70d43d3 + c4344fa commit dcaa26c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![](https://jitpack.io/v/RPTools/dicelib.svg)](https://jitpack.io/#RPTools/dicelib)

# dicelib
Dice Roll Library used by RPTools programs.
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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'
}

Expand Down
2 changes: 0 additions & 2 deletions jitpack.yml

This file was deleted.

0 comments on commit dcaa26c

Please sign in to comment.