Fix version logging error (#121)
This commit is contained in:
parent
54cb6dc538
commit
3ea2852acd
|
@ -5,6 +5,7 @@ plugins {
|
||||||
description = 'java-agent'
|
description = 'java-agent'
|
||||||
|
|
||||||
apply from: "${rootDir}/gradle/java.gradle"
|
apply from: "${rootDir}/gradle/java.gradle"
|
||||||
|
apply from: "${rootDir}/gradle/version.gradle"
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadowInclude
|
shadowInclude
|
||||||
|
|
Loading…
Reference in New Issue