Skip to content

Commit

Permalink
feature(build): add micronaut-launch generated build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Oct 10, 2023
1 parent f18dae2 commit be5fd21
Show file tree
Hide file tree
Showing 10 changed files with 761 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions micronaut-cli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
applicationType: cli
defaultPackage: com.github.peanutbutter.unicorn.tarvester
testFramework: junit
sourceLanguage: java
buildTool: maven
features: [annotation-api, app-name, github-workflow-ci, graalvm, http-client, jackson-databind, java, junit, log4j2, lombok, maven, picocli, picocli-java-application, picocli-junit, properties, readme, shade]
Loading

0 comments on commit be5fd21

Please sign in to comment.