Skip to content

Commit

Permalink
Try testing not in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwelch committed Jul 8, 2024
1 parent 84ab1b3 commit 8a57dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group=uk.ac.ox.softeng.maurodatamapper
# Gradle
gradleVersion=7.3.3
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx2g
org.gradle.parallel=true
org.gradle.parallel=false
org.gradle.caching=true
# Code
sourceCompatibility=17
Expand Down

0 comments on commit 8a57dd3

Please sign in to comment.