Got rid of silly hardcoded dependency in :server
This commit is contained in:
parent
71188bb91b
commit
64e4fb513f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue