Skip to content

Commit

Permalink
fix: small fixes (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Jan 8, 2024
1 parent f299d5f commit c878c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<ftl.version>1.0-SNAPSHOT</ftl.version>
<ftlEndpoint>http://127.0.0.1:8892</ftlEndpoint>
<ftlEndpoint>http://localhost:8892</ftlEndpoint>
<java.version>1.8</java.version>
<kotlin.version>1.9.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
Expand Down
2 changes: 1 addition & 1 deletion scripts/ftl-dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ top="$(git rev-parse --show-toplevel)"
cd "${top}"

prepare_template() (
bit build/template/ftl/jars/ftl-runtime.jar
just install-jars
)

prepare_template
Expand Down

0 comments on commit c878c7e

Please sign in to comment.