Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update to the latest version of the 'shadow' Gradle plugin.
Browse files Browse the repository at this point in the history
This fixes a deprecation warning shown when running the shadowJar task.
(See johnrengelman/shadow#326 for details.)
  • Loading branch information
charleskorn committed Dec 14, 2017
1 parent 40c7fc9 commit 3c9a45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -26,7 +26,7 @@ buildscript {
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.2.0'
id 'com.github.ben-manes.versions' version '0.17.0'
id 'com.github.johnrengelman.shadow' version '2.0.1'
id 'com.github.johnrengelman.shadow' version '2.0.2'
}

apply plugin: 'application'
Expand Down

0 comments on commit 3c9a45a

Please sign in to comment.