Pchitttcbn
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Pchitttcbn commented, -
-
-
Pchitttcbn created a post, AnsweredBest way to get the gradle build file (as File) (Kotlin or Groovy) from a project
Hello, To retrieve the project Gradle build file (build.gradle or build.gradle.kts), I used the following code: project.basePath?.let { val connection = GradleConnector.newConnector().forProjectD... -
-
Pchitttcbn commented, -
-
-
Pchitttcbn created a post, AnsweredHow to listen to Gradle build file (Kotlin or Groovy) changes?
Hello, I need to listen to Gradle build file changes in order to automatically launch an action. Is there an easy way to do that? Thanks for help Regards -
Pchitttcbn commented,