Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 6639d0c

Browse files
committed
Add changes and adjust gradle publishing to 1 worker.
1 parent d12ed61 commit 6639d0c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ ElasticSearch-Carrot2 Change Log
33

44
================ master ====================
55

6+
================ ElasticSearch-Carrot2 7.7.1 ====================
7+
8+
Other changes
9+
10+
* Upgrade to Carrot2 4.0.3. Adjust to API changes in language resources.
11+
12+
* API updates to ES 7.7.1. Build scripts updates.
13+
614
================ ElasticSearch-Carrot2 7.6.0 ====================
715

816
Backward-incompatible changes

GRADLE.CHEATSHEET

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ signing.password=
99
signing.secretKeyRingFile=.../secring.gpg
1010

1111
# then:
12-
gradlew clean publishToSonatype
13-
12+
gradlew clean publishToSonatype --max-workers 1

0 commit comments

Comments
 (0)