Skip to content

In development progress... Take the journey to learn Gradle with some exciting Java exercises like threading, producer/consumer, protocol development, etc. Jave is way cool; Gradle is a better Maven! ;-)

License

Notifications You must be signed in to change notification settings

hackerati/gradle-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Gradle with a Hello, World project

from https://docs.gradle.org/current/userguide/tutorial_java_projects.html

Directory structure as expected by Gradle

mkdir -p src/main/java mkdir -p src/main/resources mkdir -p src/test/java mkdir -p src/test/resources

gradle build - builds your project gradle clean - deletes the build directory gradle assemble - compiles and jars your code, but does not run the unit tests gradle check - compiles and tests your code gradle uploadArchives - publish the JAR file according to build.gradle file gradle eclipse - generate the Eclipse project file

About

In development progress... Take the journey to learn Gradle with some exciting Java exercises like threading, producer/consumer, protocol development, etc. Jave is way cool; Gradle is a better Maven! ;-)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages