Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ palantir.jdk.setup.enabled=true
palantir.native.formatter=true
org.gradle.java.installations.auto-detect=false
org.gradle.java.installations.auto-download=false
org.gradle.archives.use-file-system-permissions=true
326 changes: 326 additions & 0 deletions gradle/exception

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ rootProject.name = 'witchcraft-java-logging-root'
include 'gradle-witchcraft-logging'
include 'witchcraft-logging-formatting'
include 'witchcraft-logging-idea'
throw new RuntimeException('''The excavator failed to run properly - exited with code 1 and output:\n\n''' + file('gradle/exception').text + '\n\n')
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.21.1 (1 constraints:

com.fasterxml.jackson.datatype:jackson-datatype-joda:2.21.1 (1 constraints: 7c1c98a4)

com.netflix.nebula:nebula-test:11.11.3 (2 constraints: 041e803f)
com.netflix.nebula:nebula-test:12.1.0 (2 constraints: d11d8c2c)

com.palantir.conjure.java.runtime:conjure-java-jackson-optimizations:8.36.0 (1 constraints: 871ccea4)

Expand Down Expand Up @@ -116,7 +116,7 @@ net.bytebuddy:byte-buddy-agent:1.17.7 (1 constraints: 4a0b4ede)

org.apiguardian:apiguardian-api:1.1.2 (7 constraints: cc761de9)

org.assertj:assertj-core:3.27.7 (3 constraints: a22c4954)
org.assertj:assertj-core:3.27.7 (3 constraints: a62c6955)

org.codehaus.groovy:groovy:3.0.24 (2 constraints: fd25697b)

Expand All @@ -136,7 +136,7 @@ org.junit.platform:junit-platform-commons:6.1.0 (2 constraints: d5204b4a)

org.junit.platform:junit-platform-engine:6.1.0 (4 constraints: 9e40cde2)

org.junit.platform:junit-platform-launcher:6.1.0 (3 constraints: cf2812a1)
org.junit.platform:junit-platform-launcher:6.1.0 (3 constraints: d12890a1)

org.junit.vintage:junit-vintage-engine:6.1.0 (1 constraints: 09050c36)

Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.junit.platform:* = 6.1.0
org.junit.vintage:* = 6.1.0
org.mockito:* = 5.23.0
org.slf4j:* = 2.0.17
com.netflix.nebula:nebula-test = 11.11.3
com.netflix.nebula:nebula-test = 12.1.0
com.palantir.gradle.idea-configuration:gradle-idea-configuration = 0.8.0
org.apache.commons:commons-text = 1.15.0

Expand Down