Skip to content

Commit

Permalink
test: fix java compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
  • Loading branch information
amagyar-iohk committed Apr 25, 2024
1 parent 6548c6d commit 9c5ad2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/end-to-end/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
plugins {
kotlin("jvm") version "1.9.21"
idea
java
id("com.github.ben-manes.versions") version "0.47.0"
id("net.serenity-bdd.serenity-gradle-plugin") version "4.0.46"
id("net.serenity-bdd.serenity-gradle-plugin") version "4.0.1"
}

group = "io.iohk.atala.prism"
Expand All @@ -29,7 +28,7 @@ repositories {
}

dependencies {
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:3.0.0")
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:3.0.0-K")
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.31.0")
testImplementation("io.iohk.atala:atala-automation:0.3.2")
}
Expand All @@ -45,5 +44,5 @@ tasks.test {
}

kotlin {
jvmToolchain(11)
jvmToolchain(17)
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@connection
Feature: Create connection
The Edge Agent should be able to create a connection to prism-agent

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@credential @jwt
Feature: Receive verifiable credential
The Edge Agent should be able to receive a verifiable credential from Cloud Agent

Expand Down

0 comments on commit 9c5ad2c

Please sign in to comment.