Skip to content

chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0 in /transaction-analyzer/kotlin #240

chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0 in /transaction-analyzer/kotlin

chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0 in /transaction-analyzer/kotlin #240

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: kotlin
on:
push:
paths:
- "transaction-analyzer/kotlin/**"
branches: [ master ]
pull_request:
paths:
- "transaction-analyzer/kotlin/**"
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: |
cd transaction-analyzer/kotlin
mvn -B package --file pom.xml