Skip to content

Commit 095248b

Browse files
committed
Release preparation
1 parent 2d41039 commit 095248b

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
sudo: false
22
language: java
33
jdk:
4-
- oraclejdk8
5-
4+
- oraclejdk8
65
cache:
76
directories:
8-
- $HOME/.m2
7+
- $HOME/.m2
8+
script: ./gradlew check
99

10-
script: ./gradlew check
10+
deploy:
11+
provider: releases
12+
api_key:
13+
secure: E3B6nPMZNBJQZzjex5J11fmQnanm+WeNsEIDD00PbdmDrAb649rdoQ8CHjn14nxdjCoZ9n9Pox8KAi1GiWfN6NGx5Q1dp6OOQ3WFXkqP6O9PFC/zyb0GfNYO67kERvKXUDUgucsqYoXvGi7IP3zHZPsxxTzCJw7xwo4yml61QfCeAqfEhY7IVJ1QQh3YXz1FT6yytMEpKWUbFjKBXwlToLZcN1bVlPi4cJilzbsbR5etjIHMzw/4xiaVfYs57NTIdgopIS+p518up3vuRc/HouC2NT/ABqoQyESNJLiINkRe7zktGSa2kF12B2iCGreE/qFXndu+1sq9cOUyGOrPvf6hcdc+MVCxc9a0ZgTc54o2CnXyKLsXAYdT8hli6x9wnLCvCSGlQ0Kgaw6bXzPHUpLDgTxBq/QZF0zACHbfmCDV+C+CyBx5w/4Q/PsZKbjd55wlyY2B2rA2H60jvLMXXU6TbY6ItCN+3vbynvH/LIrkeQOR9HM1+0WgrUAdTggds8Y+JlLah9kJQOG7Dy0qRK05YqPD61Vbbfmprs3IQIG/uDqDZ+0VkJwbCljJqmPL902YR/rqEsAKK0hkfQNRKJ8qDgre7ygFfmnKtL8NHM6ThR8yLcxdWahk2nOvCMwkWSB9xas1S4IxnstSaxZyI/p1Vt54eEwurl+GczEKPr4=
14+
file_glob: true
15+
file: build/distributions/elasticsearch-linear-regression*.zip
16+
on:
17+
tags: true
18+
repo: scaleborn/elasticsearch-linear-regression

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ task buildPluginZip(type: Zip, dependsOn: [':jar', ':makePluginDescriptor']) {
8989
from configurations.distJars
9090
from 'build/tmp/plugin'
9191
into 'elasticsearch'
92-
classifier 'plugin'
92+
// classifier 'plugin'
9393
}
9494

9595
task unpackPlugin(type: Copy, dependsOn: [':buildPluginZip']) {

0 commit comments

Comments
 (0)