You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/02/07 22:07:28 UTC

[GitHub] [lucene-solr] anshumg opened a new pull request #1245: Create gradle precommit action

anshumg opened a new pull request #1245: Create gradle precommit action
URL: https://github.com/apache/lucene-solr/pull/1245
 
 
   This adds a gradle precommit action w/ Java11 for all branches.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr] dweiss commented on a change in pull request #1245: LUCENE-9146: Create gradle precommit action

Posted by GitBox <gi...@apache.org>.
dweiss commented on a change in pull request #1245: LUCENE-9146: Create gradle precommit action
URL: https://github.com/apache/lucene-solr/pull/1245#discussion_r376800656
 
 

 ##########
 File path: .github/workflows/gradle-precommit.yml
 ##########
 @@ -0,0 +1,23 @@
+name: Gradle Precommit
+
+on: 
+  pull_request:
+    branches:
+    - '*'
+
+jobs:
+  test:
+    name: gradle precommit w/ Java 11
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: Set up JDK 11
+      uses: actions/setup-java@v1
+      with:
+        java-version: 11
+    - name: Grant execute permission for gradlew
+      run: chmod +x gradlew
 
 Review comment:
   gradlew should have this permission already when you do a git clone? Why is it explicit?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr] anshumg merged pull request #1245: LUCENE-9146: Create gradle precommit action

Posted by GitBox <gi...@apache.org>.
anshumg merged pull request #1245: LUCENE-9146: Create gradle precommit action
URL: https://github.com/apache/lucene-solr/pull/1245
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org