Gradlew

1 개요[ | ]

gradlew
그래들 래퍼
  • 유닉스 계열 그래들 시작 스크립트

2 작업(tasks)[ | ]

2.1 Application tasks[ | ]

2.2 Build tasks[ | ]

2.3 Build Setup tasks[ | ]

  • init - Initializes a new Gradle build.
  • wrapper - Generates Gradle wrapper files.

2.4 Docker tasks[ | ]

  • docker - Builds Docker image.
  • dockerClean - Cleans Docker build directory.
  • dockerfileZip - Bundles the configured Dockerfile in a zip file
  • dockerPrepare - Prepares Docker build directory.
  • dockerPush - Pushes named Docker image to configured Docker Hub.

2.5 Documentation tasks[ | ]

  • javadoc - Generates Javadoc API documentation for the main source code.

2.6 Help tasks[ | ]

  • buildEnvironment - Displays all buildscript dependencies declared in root project 'my-spring-boot-docker'.
  • components - Displays the components produced by root project 'my-spring-boot-docker'. [incubating]
  • dependencies - Displays all dependencies declared in root project 'my-spring-boot-docker'.
  • dependencyInsight - Displays the insight into a specific dependency in root project 'my-spring-boot-docker'.
  • dependencyManagement - Displays the dependency management declared in root project 'my-spring-boot-docker'.
  • dependentComponents - Displays the dependent components of components in root project 'my-spring-boot-docker'. [incubating]
  • help - Displays a help message.
  • model - Displays the configuration model of root project 'my-spring-boot-docker'. [incubating]
  • projects - Displays the sub-projects of root project 'my-spring-boot-docker'.
  • properties - Displays the properties of root project 'my-spring-boot-docker'.
  • tasks - Displays the tasks runnable from root project 'my-spring-boot-docker'.

2.7 IDE tasks[ | ]

  • cleanEclipse - Cleans all Eclipse files.
  • cleanIdea - Cleans IDEA project files (IML, IPR)
  • eclipse - Generates all Eclipse files.
  • idea - Generates IDEA project files (IML, IPR, IWS)

2.8 Verification tasks[ | ]

  • check - Runs all checks.
  • test - Runs the unit tests.

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}