Skip to content

Commit

Permalink
Use custom ospackage plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Dec 30, 2024
1 parent 8096b30 commit fe6ff86
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 2 deletions.
18 changes: 16 additions & 2 deletions distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,24 @@ import java.util.regex.Pattern
* dpkg -c path/to/elasticsearch.deb
*/

plugins {
id "com.netflix.nebula.ospackage-base" version "11.10.0"
//plugins {
// id "com.netflix.nebula.ospackage-base" version "11.10.0"
//}

buildscript {
repositories {
maven {
url = 'https://jitpack.io'
}
mavenCentral()
}
dependencies {
classpath "com.github.breskeby:gradle-ospackage-plugin:a7ddd4f"
}
}

apply plugin: "com.netflix.nebula.ospackage-base"

['deb', 'rpm'].each { type ->
String packagingFiles = "build/packaging/${type}"

Expand Down
Loading

0 comments on commit fe6ff86

Please # to comment.