Skip to content

DTForce/gradle-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

qlik/gradle

A Java development image with Gradle installed.

How to build

The Docker image can be built using the following command

docker build -t <your Docker Hub ID>/gradle .

where the dot is the current folder, assuming you are running the docker command from the same folder of the Dockerfile. If you want a specific Gradle version, build the image with this command instead:

docker build -t <your Docker Hub ID>/gradle --build-arg GRADLE_VERSION=<Gradle version> .

License

This image packages Gradle, which is licensed under the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published