I'm embarrased
This commit is contained in:
parent
0e28d746bd
commit
ab5e12876a
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
plugins {
|
||||
id("java")
|
||||
id("io.freefair.lombok") version("${pluginLombok}")
|
||||
id "com.gorylenko.gradle-git-properties" version "${pluginGitProperties}"
|
||||
id("com.gorylenko.gradle-git-properties") version("${pluginGitProperties}")
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ dependencies {
|
|||
implementation("org.fusesource.jansi:jansi:${dependencyJansi}")
|
||||
|
||||
// Reflections
|
||||
implementation "org.reflections:reflections:" + project.dependencyReflections
|
||||
implementation("org.reflections:reflections:${dependencyReflections}")
|
||||
|
||||
// -> Testing <-
|
||||
// Jetbrains Annotations
|
||||
|
|
Loading…
Reference in a new issue