Skip to content

chore(deps): bump io.ktor:ktor-client-core-jvm from 3.1.0 to 3.1.1 #665

chore(deps): bump io.ktor:ktor-client-core-jvm from 3.1.0 to 3.1.1

chore(deps): bump io.ktor:ktor-client-core-jvm from 3.1.0 to 3.1.1 #665

Workflow file for this run

name: Build Sparkle
on: [push]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --stacktrace