Skip to content

Commit

Permalink
updating tests because of changes in meta-metamodel
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Aug 3, 2023
1 parent e1fe95f commit b57571d
Show file tree
Hide file tree
Showing 8 changed files with 366 additions and 697 deletions.
2 changes: 1 addition & 1 deletion lionweb-gen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation("io.lionweb.lioncore-java:lioncore-java-core-fat:$lionwebVersion")
implementation("io.lionweb.lioncore-java:lioncore-java-core:$lionwebVersion")
api(project(":lionweb-gen"))
testImplementation(project(":lionweb-ksp"))
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class LionWebGradlePlugin : Plugin<Project> {
project.dependencies.add("implementation", "com.github.ajalt.clikt:clikt:3.5.0")

// We need to use this one to avoid an issue with Gson
project.dependencies.add("implementation", "io.lionweb.lioncore-java:lioncore-java-core-fat:${project.lionwebVersion}")
project.dependencies.add("implementation", "io.lionweb.lioncore-java:lioncore-java-core:${project.lionwebVersion}")
}

}
Loading

0 comments on commit b57571d

Please sign in to comment.