Skip to content

Repo to investigate the usage of the gradle wrapper to bootstrap a student project.

Notifications You must be signed in to change notification settings

j-lum/GradleWrapperDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GradleDemo

Introduction

This is a repo to investigate the bootstrapping of a gradle project from a provided gradle wrapper.

Getting started

  1. Clone this repo
  2. Run gradlew init
  3. Follow the instructions to bootstrap your project
    1. Select 6 to bootstrap a java-application
    2. Select 1 to use groovy (I speak kotlin/scala but not groovy)
    3. Select 3 to use junit as the test framework
    4. Enter the project name.
    5. Enter the package name (usually your organization's URL in reverse)

If you're using IntelliJ IDEA, you can Import Gradle project after bootstrapping to ensure that your files are being tracked properly.

About

Repo to investigate the usage of the gradle wrapper to bootstrap a student project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages