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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
This directory contains a gradle plugin that exposes tasks that perform various docker-app related operations.
3
+
This directory contains an experimental Gradle plugin that exposes tasks that make `docker-app` available via the Gradle build tool. This in turn makes it easy to integrate with your IDE of choice.
4
4
5
-
# Building the plugin
5
+
##Building the plugin
6
6
7
7
Running `gradle build` in the plugin directory will create the plugin jar file in the `build/lib` directory.
8
8
9
-
# Using the plugin
9
+
##Using the plugin
10
10
11
11
Put the following code into your build.gradle file:
0 commit comments