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
The result is that this row is also inserted each time i run Trapeze. But also the $kotlin_version postfix is removed. I tried to escape the $ sign but to no avail.
The final result after running Trapeze 3 times is:
I've tried to us the 'replace' function instead of 'insert' but to no avail.
Can anyone tell me what I'm doing wrong or is what I'm trying to achieve simply not possible?
The text was updated successfully, but these errors were encountered:
I'm using the @capacitor-community/photoviewer plugin and trying to automatically insert entries into the build.gradle file.
I'm trying to insert the following row into the 'buildscript' block:
The Yaml code i'm using is:
The result is that the row is inserted but each time i run Trapeze it inserts another row.
I'm also trying to insert a classpath to the buildscript/dependencies block:
The Yaml code i'm using is:
The result is that this row is also inserted each time i run Trapeze. But also the
$kotlin_version
postfix is removed. I tried to escape the $ sign but to no avail.The final result after running Trapeze 3 times is:
I've tried to us the 'replace' function instead of 'insert' but to no avail.
Can anyone tell me what I'm doing wrong or is what I'm trying to achieve simply not possible?
The text was updated successfully, but these errors were encountered: