Skip to content

Commit

Permalink
Readd script dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 29, 2025
1 parent eefef41 commit 038f6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ dependencies {
api(libs.hikaricp)
api(libs.sqlite)

// FOr script support
// api(libs.bundles.graalvm.polyglot)
// For script support
api(libs.bundles.graalvm.polyglot)

// For tls cert provisioning
api(libs.acme4j)
Expand Down

0 comments on commit 038f6ee

Please sign in to comment.