Skip to content

Commit

Permalink
Adjust etag configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Mar 3, 2021
1 parent b7be0ec commit 816cf01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/quarkus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ dependencies {

test {
systemProperty 'com.arjuna.ats.arjuna.objectstore.objectStoreDir', "$buildDir/data/ObjectStore"
systemProperty 'trellis.http.weak-etag', 'true'
systemProperty "trellis.test.cassandra", project.findProperty("trellis.test.cassandra") ?: System.getenv("TEST_CASSANDRA")
systemProperty "mp.jwt.verify.publickey.location", "https://www.trellisldp.org/tests/jwks.json"
}
Expand All @@ -66,6 +65,3 @@ sonarqube {
skipProject = true
}

/* Quarkus-related settings */
buildNative.enabled = false

0 comments on commit 816cf01

Please sign in to comment.