We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From this moment You can use settings. For example code in build-file: settings = example.xml Code in example.xml:
settings = example.xml
<!--example--> <settings> <project> <name>Example</name> <version>1.0.0</version> <entrypoint>#main</entrypoint> </project> </settings>
And to our project add constants name = "Example" version = new Version(1, 0, 0). Else when run project will run function main.
It`s the simplest example of using settings.
The text was updated successfully, but these errors were encountered:
snaulX
No branches or pull requests
From this moment You can use settings.
For example code in build-file:
settings = example.xml
Code in example.xml:
And to our project add constants name = "Example" version = new Version(1, 0, 0). Else when run project will run function main.
It`s the simplest example of using settings.
The text was updated successfully, but these errors were encountered: