Skip to content

Commit

Permalink
Use our own fork of Easy Random for now
Browse files Browse the repository at this point in the history
Gradle 8 has issues with the snapshots.
  • Loading branch information
niknetniko committed Dec 12, 2023
1 parent 1b85e67 commit c33d80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ dependencies {
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.4'
testImplementation 'com.shazam:shazamcrest:0.11'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'org.jeasy:easy-random-core:6.0.0-SNAPSHOT'
testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'commons-validator:commons-validator:1.7'
testImplementation 'com.google.guava:guava:32.1.3-jre'
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ allprojects {
google()
// Other libraries
mavenCentral()
// Snapshots
maven {
url("https://oss.sonatype.org/content/repositories/snapshots")
}
// Some custom libraries
maven { url 'https://jitpack.io' }
}
Expand Down

0 comments on commit c33d80f

Please sign in to comment.