[jira] [Commented] (SDAP-424) Inclusion of precompiled code (gradle-wrapper.jar) in release

2023-01-04 Thread Riley Kuttruff (Jira)


[ 
https://issues.apache.org/jira/browse/SDAP-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654582#comment-17654582
 ] 

Riley Kuttruff commented on SDAP-424:
-

Thanks,

 

I updated my release build process to exclude the Gradle wrapper files.

> Inclusion of precompiled code (gradle-wrapper.jar) in release
> -
>
> Key: SDAP-424
> URL: https://issues.apache.org/jira/browse/SDAP-424
> Project: Apache Science Data Analytics Platform
>  Issue Type: Task
>Reporter: Riley Kuttruff
>Priority: Major
>
> In nexusproto
>  
> This is not permitted by ASF policy
>  
> See: https://issues.apache.org/jira/browse/LEGAL-570



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (SDAP-424) Inclusion of precompiled code (gradle-wrapper.jar) in release

2023-01-03 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/SDAP-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654319#comment-17654319
 ] 

Julian Hyde commented on SDAP-424:
--

We had the same problem in CALCITE-4575. The solution was to exclude 
{{gradlew.bat}}, {{gradlew}} and {{gradle/wrapper/*}} from the src.tar.gz file. 
(We did not remove these files from the git repo).

We also modified the build instructions to say that if you were building from a 
source tarball you must use '{{gradle build}}'. (If building from git you can 
use '{{./gradlew build}}'.)

> Inclusion of precompiled code (gradle-wrapper.jar) in release
> -
>
> Key: SDAP-424
> URL: https://issues.apache.org/jira/browse/SDAP-424
> Project: Apache Science Data Analytics Platform
>  Issue Type: Task
>Reporter: Riley Kuttruff
>Priority: Major
>
> In nexusproto
>  
> This is not permitted by ASF policy
>  
> See: https://issues.apache.org/jira/browse/LEGAL-570



--
This message was sent by Atlassian Jira
(v8.20.10#820010)