Skip to content

Commit

Permalink
Update marshal; update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Mar 16, 2024
1 parent 2b8d607 commit 1903687
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: ./gradlew build -x :samples:test
run: ./gradlew build
- name: Upload build reports
if: ${{ runner.os == 'Linux' && matrix.java == '22-ea' && failure() }}
uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Execute Gradle build
run: ./gradlew aggregateJavadoc
- name: Deploy Javadoc
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jdkEnablePreview=true
jdkEarlyAccessDoc=jdk22
kotlinTargetJdkVersion=21

overrunMarshalVersion=0.1.0-alpha.23-jdk22
overrunMarshalVersion=0.1.0-alpha.24-jdk22
overrunPlatformVersion=1.0.0

0 comments on commit 1903687

Please sign in to comment.