Skip to content

Commit

Permalink
Merge pull request #868 from ZeusWPI/chore/updates
Browse files Browse the repository at this point in the history
Use our own fork of Easy Random for now
  • Loading branch information
niknetniko authored Dec 12, 2023
2 parents 1b85e67 + eafcd7c commit 4130d78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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
8 changes: 7 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs="-Xmx4608m"
org.gradle.jvmargs="-Xmx4608m"

# No clue why this is needed, but the docs do not to explain it.
# https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

0 comments on commit 4130d78

Please sign in to comment.