Skip to content

Commit

Permalink
Build version
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed May 5, 2024
1 parent 2769c38 commit 2617578
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def pluginDescription = 'Eliatra Cloud Lock: Encryption at Rest for OpenSearch'
def projectPath = 'com.eliatra'
def pathToPlugin = 'cloud.lock.plugin'
def pluginClassName = 'EliatraCloudLockPlugin'
group = "com.eliatra"



licenseHeaders.enabled = false
Expand Down Expand Up @@ -70,8 +70,6 @@ buildscript {
opensearch_build += "-${buildVersionQualifier}"
}

version = "${opensearch_build}"

targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_11
}
Expand All @@ -88,6 +86,11 @@ buildscript {
}
}

allprojects {
group = "com.eliatra"
version = opensearch_build
}

repositories {
mavenLocal()
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
Expand Down

0 comments on commit 2617578

Please sign in to comment.