Skip to content

Commit

Permalink
Fix DEB and RPM versions and revert renaming of plugin folder (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiksaya authored and chrousto committed Mar 6, 2021
1 parent ce0d2a1 commit 04f057f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ if (!project.file(archivePath).exists()) {

ospackage {
packageName = "opendistro-security"
release = isSnapshot ? "0.0" : '0'
release = isSnapshot ? "0.1" : '1'
version = "${project.version}"

into '/usr/share/elasticsearch/plugins'
from(zipTree(project.file(archivePath).absolutePath)) {
into "opendistro-security"
into "opendistro_security"
permissionGroup 'elasticsearch'
}

Expand Down

0 comments on commit 04f057f

Please sign in to comment.