Skip to content

Commit

Permalink
Upgrade to Reactor Dysprosium-SR14
Browse files Browse the repository at this point in the history
- Test dependency lavaplayer 1.3.60
- Gradle versions plugin 0.36.0
  • Loading branch information
quanticc committed Nov 16, 2020
1 parent 5530d1a commit 41af466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'com.gorylenko.gradle-git-properties' version '2.2.4' apply false
id 'com.github.ben-manes.versions' version '0.33.0'
id 'com.github.ben-manes.versions' version '0.36.0'
id 'net.researchgate.release' version '2.8.1'
}

Expand All @@ -23,7 +23,7 @@ ext {
}

// Dependencies
reactor_bom_version = 'Dysprosium-SR13'
reactor_bom_version = 'Dysprosium-SR14'
jackson_version = '2.11.2'
jdkstores_version = "$storesVersion".toString()

Expand All @@ -32,7 +32,7 @@ ext {
mockito_version = '3.3.3'
logback_version = '1.2.3'
reflections_version = '0.9.12'
lavaplayer_version = '1.3.55'
lavaplayer_version = '1.3.60'

isJitpack = "true" == System.getenv("JITPACK")
isRelease = !version.toString().endsWith('-SNAPSHOT')
Expand Down Expand Up @@ -70,7 +70,7 @@ allprojects {
}

configurations.all {
resolutionStrategy.cacheChangingModulesFor 600, 'seconds'
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
}

tasks.withType(Javadoc) {
Expand Down

0 comments on commit 41af466

Please sign in to comment.