Skip to content

Commit

Permalink
chore: delete kotlin runtime ftl-generator (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Feb 27, 2024
1 parent 7dc97b5 commit 62e7df1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 843 deletions.
9 changes: 0 additions & 9 deletions Bitfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ KT_RUNTIME_IN = kotlin-runtime/ftl-runtime/**/*.{kt,kts} pom.xml kotlin-runtime/
KT_RUNTIME_OUT = kotlin-runtime/ftl-runtime/target/ftl-runtime-1.0-SNAPSHOT.jar
KT_RUNTIME_RUNNER_TEMPLATE_OUT = build/template/ftl/jars/ftl-runtime.jar

KT_GENERATOR_IN = kotlin-runtime/ftl-generator/**/*.{kt,kts} pom.xml kotlin-runtime/ftl-runtime/**/pom.xml %{KT_RUNTIME_OUT}
KT_GENERATOR_OUT = kotlin-runtime/ftl-generator/target/ftl-generator-1.0-SNAPSHOT.jar

CLIENT_IN = frontend/src/**/*
CLIENT_OUT = frontend/dist/index.html
NPM_IN = frontend/package{,-lock}.json
Expand Down Expand Up @@ -119,12 +116,6 @@ kotlin-runtime/external-module-template.zip: kotlin-runtime/external-module-temp
mvn -B -pl :ftl-runtime install
+clean: mvn -B -pl :ftl-runtime clean

%{KT_GENERATOR_OUT}: %{KT_GENERATOR_IN}
build:
mvn -B -N install
mvn -B -pl :ftl-generator install
+clean: mvn -B -pl :ftl-generator clean

%(dirname %{KT_RUNTIME_RUNNER_TEMPLATE_OUT})%:
build: install -m 0700 -d %{OUT}

Expand Down
25 changes: 0 additions & 25 deletions examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,31 +115,6 @@
</execution>
</executions>
</plugin>
<!-- Run the FTL code generator -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>java</executable>
<arguments>
<argument>-jar</argument>
<argument>target/dependency/ftl-generator.jar</argument>
<argument>--endpoint=${ftlEndpoint}</argument>
<argument>--dest=${project.build.directory}</argument>
<argument>--module=${ftlModuleName}</argument>
<argument>--module-client-suffix=ModuleClient</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
<!-- Add sources generated by the FTL tooling -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
155 changes: 0 additions & 155 deletions kotlin-runtime/ftl-generator/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 62e7df1

Please sign in to comment.