Skip to content

Commit

Permalink
drop 231 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Mar 23, 2024
1 parent bf3aff8 commit dffa40f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
gradle-properties-version: [ 231, 232, 233 ]
gradle-properties-version: [ 232, 233 ]

runs-on: ${{ matrix.os }}
env:
Expand All @@ -27,7 +27,7 @@ jobs:
java-version: 17

- name: Setup Gradle and dependencies
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/actions/setup-gradle@v3.1.0
with:
gradle-version: wrapper
cache-read-only: false
Expand Down
13 changes: 0 additions & 13 deletions gradle-231.properties

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/kotlin/org/move/cli/manifest/AptosConfigYaml.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.move.cli.manifest

import com.intellij.util.io.readText
import kotlin.io.path.readText
import org.yaml.snakeyaml.Yaml
import org.yaml.snakeyaml.error.YAMLException
import java.nio.file.Path
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/move/stdext/Paths.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package org.move.stdext

import com.intellij.openapi.diagnostic.Logger
import com.intellij.openapi.util.SystemInfo
import com.intellij.util.io.isDirectory
import kotlin.io.path.isDirectory
import java.nio.file.Files
import java.nio.file.InvalidPathException
import java.nio.file.Path
Expand Down

0 comments on commit dffa40f

Please sign in to comment.