Re: [PR] exclude eclipse settings from license check [solr]

2023-11-16 Thread via GitHub
culmat commented on PR #2081: URL: https://github.com/apache/solr/pull/2081#issuecomment-1815386896 @madrob Hi Mike, replaced by #2082 ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] exclude eclipse settings from license check [solr]

2023-11-16 Thread via GitHub
culmat commented on PR #2081: URL: https://github.com/apache/solr/pull/2081#issuecomment-1815374394 I got lost in git. ;-) Will open a new PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] exclude eclipse settings from license check [solr]

2023-11-16 Thread via GitHub
culmat closed pull request #2081: exclude eclipse settings from license check URL: https://github.com/apache/solr/pull/2081 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] exclude eclipse settings from license check [solr]

2023-11-15 Thread via GitHub
madrob commented on code in PR #2081: URL: https://github.com/apache/solr/pull/2081#discussion_r1394796230 ## gradle/validation/rat-sources.gradle: ## @@ -38,6 +38,9 @@ allprojects { // Don't check under the project's build folder. exclude project.build

[PR] exclude eclipse settings from license check [solr]

2023-11-15 Thread via GitHub
culmat opened a new pull request, #2081: URL: https://github.com/apache/solr/pull/2081 # Description Gradle build fails because of eclipse internal licenses. # Solution Exclude eclipse settings folder from checks # Tests Gradle build runs again. #