Skip to content

Commit 6fb8319

Browse files
brusicrjernst
authored andcommitted
Update outdated java version reference (#28870)
It is only a comment, but can confuse those reading the code Used 6.0 as an arbitrary elasticsearch.version value since it is version that required Java 8
1 parent 472acf7 commit 6fb8319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/resources/plugin-descriptor.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#
1111
# classname=foo.bar.BazPlugin
1212
# description=My cool plugin
13-
# version=2.0
14-
# elasticsearch.version=2.0
15-
# java.version=1.7
13+
# version=6.0
14+
# elasticsearch.version=6.0
15+
# java.version=1.8
1616
#
1717
### mandatory elements for all plugins:
1818
#

0 commit comments

Comments
 (0)