Skip to content

Commit e58285b

Browse files
committed
Eliminate duplication
1 parent f470511 commit e58285b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-tools-internal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ dependencies {
211211
api 'com.netflix.nebula:gradle-extra-configurations-plugin:5.0.1'
212212
api 'com.netflix.nebula:gradle-info-plugin:9.2.0'
213213
api 'org.apache.rat:apache-rat:0.11'
214-
api 'net.java.dev.jna:jna:5.10.0'
214+
api "net.java.dev.jna:jna:${versions.getProperty('jna')}"
215215
api 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
216216
// for our ide tweaking
217217
api 'gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:0.7'

build-tools-internal/version.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ log4j = 2.11.1
1818
slf4j = 1.6.2
1919
ecsLogging = 1.2.0
2020

21-
# when updating the JNA version, also update the version in build-tools-internal/build.gradle
2221
jna = 5.10.0
2322

2423
netty = 4.1.66.Final

0 commit comments

Comments
 (0)