Last active
October 4, 2023 21:51
-
-
Save rafaelpontezup/6dad139b45107b15843509470d0f9af6 to your computer and use it in GitHub Desktop.
StackSpot: applying plugin with inputs-json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stk apply plugin ../coffee-studio/java-springboot-restapi-base-plugin \ | |
--inputs-json '{"project_name": "iFood Web", "project_description": "iFood Web Super Application", "project_springboot_version":"2.7.2", "project_group_id": "br.com.zup.edu", "project_artifact_id":"iFood Web App", "project_version":"0.0.1-SNAPSHOT"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resetting git repository, applying plugin and running tests with maven: