File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ apply plugin: 'java'
22
33repositories {
44 mavenCentral()
5+ maven { url " https://jitpack.io" }
56}
67
78dependencies {
89 compile (
910 fileTree(dir : ' jars' , include : ' *.jar' ),
1011 ' com.amazonaws:aws-lambda-java-core:1.2.0' ,
1112 ' com.amazonaws:aws-lambda-java-events:1.2.0' ,
12- ' org.algorithm-visualizer:tracers- java:+' ,
13+ ' org.algorithm-visualizer:tracers. java:+'
1314 )
1415}
1516
Original file line number Diff line number Diff line change 1+ # Sat Jun 22 08:06:53 KST 2019
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.8-all.zip
You can’t perform that action at this time.
0 commit comments