diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-04 10:43:47 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-04 10:43:47 +0100 |
| commit | 8cac5140ee16f34753cd9c207a09c87767cdad71 (patch) | |
| tree | 1713934e87687b8265bd9a5939ab2584d810aa06 /examples/08-custom-code/output | |
| parent | d6e0d3b3560f2a09187f255e43227d4b42642bc9 (diff) | |
Execute example Java programs
Diffstat (limited to 'examples/08-custom-code/output')
| -rw-r--r-- | examples/08-custom-code/output/java/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/08-custom-code/output/java/pom.xml b/examples/08-custom-code/output/java/pom.xml index 7493667..0035469 100644 --- a/examples/08-custom-code/output/java/pom.xml +++ b/examples/08-custom-code/output/java/pom.xml @@ -11,6 +11,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>25</maven.compiler.source> <maven.compiler.target>25</maven.compiler.target> + <exec.mainClass>org.zwobble.example.Main</exec.mainClass> </properties> <build> |
