File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout
2626 - name : Set up JDK 11
27- uses : actions/setup-java@v3
27+ uses : actions/setup-java
2828 with :
2929 java-version : ' 11'
3030 distribution : ' temurin'
3131 - name : Build with Gradle
32- uses : gradle/gradle-build-action@v2.4.2
32+ uses : gradle/gradle-build-action
3333 with :
34- arguments : check
34+ arguments : build check publish
Original file line number Diff line number Diff line change 11name : Sphinx Pages
2- on : [push, workflow_dispatch]
2+ on :
3+ push :
4+ branches : [ "master" ]
5+ pull_request :
6+ branches : [ "master" ]
7+
38permissions : write-all
49jobs :
510 docs :
Original file line number Diff line number Diff line change @@ -538,12 +538,12 @@ publishing {
538538 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
539539 credentials(PasswordCredentials )
540540 }
541- maven {
542- name = " GitHubPackages"
543-
544- url = uri(" https://maven.pkg.github.com/JSQLParser/jsqlparser" )
545- credentials(PasswordCredentials )
546- }
541+ // maven {
542+ // name = "GitHubPackages"
543+ //
544+ // url = uri("https://maven.pkg.github.com/JSQLParser/jsqlparser")
545+ // credentials(PasswordCredentials)
546+ // }
547547 }
548548}
549549
You can’t perform that action at this time.
0 commit comments