[
https://issues.apache.org/jira/browse/CASSANALYTICS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Rohrer updated CASSANALYTICS-105:
--------------------------------------
Description:
The generated distribution artifacts by gradle are missing signature and
checksums. This blocks proper releases.
For testing:
./gradlew --no-daemon -Pscala=2.12 -PartifactType=common -PforceSigning
-Prelease=true -Pversion=0.2.0 assemble publish --stacktrace
That generates sources on `build/distributions/` . Check the asc files and the
checksums
Then, unzip any of those and:
```
cd apache-cassandra-analytics-0.2.0-src
gradle wrapper
./scripts/build-dependencies.sh
./gradlew clean assemble
```
should work.
was:
The generated distribution artifacts by gradle are missing signature and
checksums. This blocks proper releases.
For testing:
```
./gradlew --no-daemon -Pscala=2.12 -PartifactType=common -PforceSigning
-Prelease=true -Pversion=0.2.0 assemble publish --stacktrace
```
That generates sources on `build/distributions/` . Check the asc files and the
checksums
Then, unzip any of those and:
```
cd apache-cassandra-analytics-0.2.0-src
gradle wrapper
./scripts/build-dependencies.sh
./gradlew clean assemble
```
should work.
> Generated distribution artifacts fix
> ------------------------------------
>
> Key: CASSANALYTICS-105
> URL: https://issues.apache.org/jira/browse/CASSANALYTICS-105
> Project: Apache Cassandra Analytics
> Issue Type: Bug
> Components: Build
> Reporter: Bernardo Botella Corbi
> Priority: Normal
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The generated distribution artifacts by gradle are missing signature and
> checksums. This blocks proper releases.
> For testing:
> ./gradlew --no-daemon -Pscala=2.12 -PartifactType=common -PforceSigning
> -Prelease=true -Pversion=0.2.0 assemble publish --stacktrace
> That generates sources on `build/distributions/` . Check the asc files and
> the checksums
> Then, unzip any of those and:
> ```
> cd apache-cassandra-analytics-0.2.0-src
> gradle wrapper
> ./scripts/build-dependencies.sh
> ./gradlew clean assemble
> ```
> should work.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]