Skip to content

Commit

Permalink
enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 1, 2024
1 parent de53dff commit 429a7c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ dependencies {
[compileJava, compileTestJava]*.sourceCompatibility = 17
[compileJava, compileTestJava]*.targetCompatibility = 17

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

test {
systemProperties = [
'file.encoding': 'UTF-8',
Expand Down

0 comments on commit 429a7c2

Please sign in to comment.