AutoSwitch support (#2175). Thanks to dexman545

This commit is contained in:
Deximus-Maximus 2020-07-28 08:13:19 -04:00 committed by GitHub
parent d0c32e8efb
commit a0644ac434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 1 deletions

View file

@ -93,6 +93,8 @@ dependencies {
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
modApi 'teamreborn:energy:0.1.0'
optionalDependency "com.github.dexman545:autoswitch-api:-SNAPSHOT"
}
def optionalDependency(String dep) {