Skip to content

Commit 1bb00d0

Browse files
committed
new version
1 parent bb65f3c commit 1bb00d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
implementation 'org.bouncycastle:bcpkix-jdk18on:1.80'
105105

106106
//manifold 3d
107-
implementation("com.github.madhephaestus:manifold3d:v3.4.1-2")
107+
implementation("com.github.madhephaestus:manifold3d:v3.4.1-5")
108108

109109
}
110110

@@ -126,7 +126,7 @@ tasks.withType(JavaExec).configureEach {
126126
jvmArgs '--enable-preview'
127127
}
128128
test {
129-
dependsOn 'spotlessCheck'
129+
dependsOn 'spotlessApply'
130130
testLogging {
131131
// Show which test is running
132132
events "passed", "skipped", "failed", "standardOut", "standardError"

0 commit comments

Comments
 (0)