You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for the super-fast implementation of #7
Now to my new request:
Using the dollar-only notation $versionVariable works.
But Groovy and Kotlin (and so gradle DSL) also supports the dollar with curly braces notation: ${versionVariable}
If I use this notation the version is not automatically updated.
First, thanks for the super-fast implementation of #7
Now to my new request:
Using the dollar-only notation
$versionVariable
works.But Groovy and Kotlin (and so gradle DSL) also supports the dollar with curly braces notation:
${versionVariable}
If I use this notation the version is not automatically updated.
Example to reproduce:
The following is successful:
It would be nice if also the curly braces (
${}
) notation would work.Thanks and cheers,
usr42 / Balthasar
The text was updated successfully, but these errors were encountered: