mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
build: Update core dependencies
- Drop paranamer, you can access parameter names at runtime with Java 8+ natively
This commit is contained in:
@ -44,7 +44,7 @@ repositories {
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force("com.google.guava:guava:21.0")
|
||||
force("com.google.guava:guava:31.0.1-jre")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user