Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 384 Bytes

AtherysGradle

Applies all build script tasks & dependencies in common between plugins.

  • Dependencies added
    • SpongeAPI
    • AtherysCore
  • Tasks added
    • atherysdoc - A custom javadoc task

Use

The shadow plugin must be applied before the A'therys one.

plugins {
  id 'com.github.johnrengelman.shadow' version '2.0.2'
  id 'com.atherys.gradle' version '1.1.3'
}