mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
8 lines
251 B
Groovy
8 lines
251 B
Groovy
sourceCompatibility = '1.8'
|
|
targetCompatibility = '1.8'
|
|
|
|
dependencies {
|
|
api project(':LauncherAPI')
|
|
compileOnly group: 'com.google.guava', name: 'guava', version: rootProject['verGuavaC']
|
|
api files('../compat/authlib/authlib-clean.jar')
|
|
}
|