mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Re-write root and libs to Kotlin DSL
This commit is contained in:
@ -6,6 +6,8 @@ plugins {
|
||||
id("net.ltgt.apt-idea")
|
||||
}
|
||||
|
||||
PlatformConfigKt.applyPlatformAndCoreConfiguration(project)
|
||||
|
||||
configurations.all { Configuration it ->
|
||||
it.resolutionStrategy { ResolutionStrategy rs ->
|
||||
rs.force("com.google.guava:guava:21.0")
|
||||
|
Reference in New Issue
Block a user