Skip to content

Commit

Permalink
gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GigiaJ committed Jan 21, 2022
1 parent 2583d2b commit a6358a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ plugins {
id 'java'
}

allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}

repositories {
mavenLocal()
maven {
Expand Down Expand Up @@ -35,7 +29,6 @@ dependencies {
compile group: 'com.github.joonasvali.naturalmouse', name: 'naturalmouse', version: '2.0.2'
compile group: 'javassist', name: 'javassist', version: '3.12.1.GA'
compile group: 'net.sf.jopt-simple', name:'jopt-simple', version: '5.0.4'
implementation 'com.github.OSRSB:DaxWalkerRSB:0.0.2'

}

Expand Down

0 comments on commit a6358a4

Please sign in to comment.