Skip to content
Snippets Groups Projects
Unverified Commit cf90a7e8 authored by Sebastian's avatar Sebastian
Browse files

Add Gradle plugin for analyzing dependency status

parent 0f91df92
No related branches found
No related tags found
1 merge request!381Upgrade toolchain and dependencies
...@@ -31,6 +31,7 @@ plugins { ...@@ -31,6 +31,7 @@ plugins {
id("idea") id("idea")
id("org.jlleitschuh.gradle.ktlint") version "10.1.0" id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("org.briarproject.briar.desktop.build-data-gradle-plugin") id("org.briarproject.briar.desktop.build-data-gradle-plugin")
id("com.github.ben-manes.versions") version "0.52.0"
} }
// We need to create separate Gradle configurations for Pinpit here. For each supported // We need to create separate Gradle configurations for Pinpit here. For each supported
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment