Skip to content

Bump io.ktor.plugin from 2.2.4 to 2.3.6 in /ktor-app #28

Bump io.ktor.plugin from 2.2.4 to 2.3.6 in /ktor-app

Bump io.ktor.plugin from 2.2.4 to 2.3.6 in /ktor-app #28

Workflow file for this run

name: Ktor
on:
push:
branches: [ "main" ]
paths:
- .github/workflows/ktor
- docker-compose.yaml
- ktor-app/**
pull_request:
branches: [ "main" ]
paths:
- ktor-app/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
with:
arguments: build
build-root-directory: ktor-app