Skip to content

Instantly share code, notes, and snippets.

View DrEngi's full-sized avatar

Nick DrEngi

  • EasySuite Software
  • Tampa, FL
View GitHub Profile
@DrEngi
DrEngi / build.gradle
Created June 16, 2019 02:33
New build.gradle. Build by using ./gradlew shadowjar
plugins {
id 'com.github.johnrengelman.shadow' version '5.0.0'
id 'java'
}
group 'com.okayd'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8