Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Jan 19, 2025
1 parent 9328a07 commit f321b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-settings/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (c) 2024 Oleg Yukhnevich. Use of this source code is governed by the Apache 2.0 license.
* Copyright (c) 2024-2025 Oleg Yukhnevich. Use of this source code is governed by the Apache 2.0 license.
*/

plugins {
`kotlin-dsl`
}

dependencies {
implementation("com.gradle:gradle-enterprise-gradle-plugin:3.17.6")
implementation("com.gradle:gradle-enterprise-gradle-plugin:3.19")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
implementation("org.gradle.toolchains:foojay-resolver:0.8.0")
implementation("org.gradle.toolchains:foojay-resolver:0.9.0")
}

0 comments on commit f321b23

Please sign in to comment.