Skip to content

🐳 chore: Upgraded Javet to v3.1.2 #70

🐳 chore: Upgraded Javet to v3.1.2

🐳 chore: Upgraded Javet to v3.1.2 #70

Workflow file for this run

name: Linux Build
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '**.rst'
- 'docs/**'
push:
paths-ignore:
- '**.rst'
- 'docs/**'
jobs:
javenode:
name: Javenode
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.5
- name: Setup JDK 8
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 8
- name: Build the artifact
run: gradle build generatePomFileForGeneratePomPublication
- name: Upload the artifact
uses: actions/upload-artifact@v4
with:
name: javenode
path: |
build/libs/*.jar
build/libs/*.pom