Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Aug 4, 2023
1 parent d380d30 commit 1d6836d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ 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:${project.lionwebVersion}")
project.dependencies.add(
"implementation",
"io.lionweb.lioncore-java:lioncore-java-core:${project.lionwebVersion}"
)
}
}

0 comments on commit 1d6836d

Please sign in to comment.