Tuesday 15 April 2014

java - Rename project built with Gradle -


I have a Java project that has been built with GRAD, which is a package com. I would like to change the package structure to com.example.package2 and accordingly would be the name of the respective directories.

Is there a refactor (eg eclipse) tool that can do this for me? Or may I need to see which files? Like Build.gradle, settings.gradle

When you change the name of the directory in your project to fix the Gradle Build, Should be modified where you have to change the old directory name to the new one.

  • .plasspath
  • Build .gradle
  • settings.gradle / Div>

  • No comments:

    Post a Comment