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
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
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
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
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.
#