We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74da4d0 commit 8d8fec4Copy full SHA for 8d8fec4
1 file changed
build.gradle
@@ -26,12 +26,12 @@ if (!project.file(archivePath).exists()) {
26
27
ospackage {
28
packageName = "opendistro-security"
29
- release = isSnapshot ? "0.0" : '0'
+ release = isSnapshot ? "0.1" : '1'
30
version = "${project.version}"
31
32
into '/usr/share/elasticsearch/plugins'
33
from(zipTree(project.file(archivePath).absolutePath)) {
34
- into "opendistro-security"
+ into "opendistro_security"
35
permissionGroup 'elasticsearch'
36
}
37
0 commit comments