Skip to content

zbeach/zb-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZB Utils Build Status

A set of utility functions for various purposes

Build

If you have Gradle installed, run gradle build.

Otherwise,

  • On Linux or macOS, in the project's root directory, run ./gradlew build
  • On Windows, in the project's root directory, run gradlew.bat build.

Style requirement

ZB Utils's source code complies with Google's Java Style standard.

If you have Gradle installed, to easily format the source code, run gradle goJF. To verify that all *.java files are formatted properly, run gradle verGJF.

Generate Javadoc

If you have Gradle installed, run gradle makeJavadocs

Otherwise,

  • On Linux or macOS, in the project's root directory, run ./gradlew makeJavadocs
  • On Windows, in the project's root directory, run gradlew.bat makeJavadocs

Gradle plugins (automatically downloaded)