Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrasnoff committed Feb 18, 2025
1 parent 16e0eaa commit df6e814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Java CI

on:
push:
branches-ignore:
- kotlin-community/dev
on: [push]
#on:
# push:
# branches-ignore:
# - kotlin-community/dev

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.10"
kotlin = "2.2.0-dev-5825"
kotlinIdeVersion = "1.9.20-506"
kotlinIdeVersionWithSuffix = "231-1.9.20-506-IJ8109.175"
spring-boot = "2.7.10"
Expand Down

0 comments on commit df6e814

Please sign in to comment.