Got rid of silly hardcoded dependency in :server

This commit is contained in:
Anthony Cicchetti 2018-11-30 15:27:05 -05:00
parent 71188bb91b
commit 64e4fb513f

View file

@ -12,7 +12,7 @@ buildscript {
}
plugins {
id("com.github.johnrengelman.shadow") version "4.0.3"
id("com.github.johnrengelman.shadow") version Versions.com_github_johnrengelman_shadow_gradle_plugin
id("application")
id("kotlin")
}