I have a Java project compiled with gradle (Kotlin DSL build.gradle.kts)
I want to Change in all of my Class present on src this occurence "v1_16_R3" to "v1_11_R1"
Usualy a build my plugin with the normal version v1_16_R3
.
But i have create another build.gradle.kts
for the 1.11
version, for not duplicate my repository.
Regards, Lucas.
question from:https://stackoverflow.com/questions/65833949/change-name-of-given-package-on-build