We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02cfa99 + 0da80ab commit 3792172Copy full SHA for 3792172
.github/workflows/java_ci.yml
@@ -20,5 +20,7 @@ jobs:
20
with:
21
java-version: "11"
22
distribution: "adopt"
23
+ - name: Check Spotless format
24
+ run: mvn spotless:check --file pom.xml
25
- name: Build with Maven
26
run: mvn -B package --file pom.xml
src/test/java/org/eclipse/biscuit/crypto/SignatureTest.java
@@ -15,7 +15,6 @@
15
import java.security.NoSuchAlgorithmException;
16
import java.security.SecureRandom;
17
import java.security.SignatureException;
18
-import org.bouncycastle.jce.provider.BouncyCastleProvider;
19
import org.eclipse.biscuit.error.Error;
import org.eclipse.biscuit.token.Biscuit;
import org.junit.jupiter.api.Test;
0 commit comments