Join Slack
Powered by
HI there, is it possible to specify jvmTarget from...
# gradle
a
Alessandro Tagliapietra
01/07/2020, 1:56 AM
HI there, is it possible to specify jvmTarget from command line during a gradle build?
d
Dominaezzz
01/07/2020, 2:44 AM
Yes, you can set a gradle property like
gradlew -PjvmVersion=1.8 jar
, and then read to property from the task.
➕ 1
3
Views
Open in Slack
Previous
Next