Skip to content

Commit

Permalink
Remove unused template block
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed May 30, 2024
1 parent 05c8a89 commit 8cd7b67
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ docker run --rm --name mysql -p 3306:3306 \
<output if="${db.server} == 'oracledb'">
<file source="../database/files/src/main/resources/META-INF/init_script.sql.oracle"
target="src/main/resources/META-INF/init_script.sql"/>
<templates engine="mustache" transformations="mustache,packaged">
<directory>../database/files</directory>
</templates>
<model>
<value key="helidon-test">false</value>
<value key="readme-description">Helidon MP application that uses the dbclient API with OracleDB database.</value>
Expand Down

0 comments on commit 8cd7b67

Please sign in to comment.