Skip to content
Snippets Groups Projects
Commit 3d3f9863 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Set versions in settings

parent e7540d86
No related branches found
No related tags found
1 merge request!230Plugin Versions
plugins {
id "com.diffplug.spotless" version "${spotlessVersion}"
id "com.github.spotbugs" version "${spotbugsVersion}"
id "com.github.node-gradle.node" version "${nodePluginVersion}"
id "com.star-zero.gradle.githook" version "${githooksVersion}"
id "com.diffplug.spotless"
id "com.github.spotbugs"
id "com.github.node-gradle.node"
id "com.star-zero.gradle.githook"
id "eclipse-wtp"
id "jacoco"
id "java-library"
......
// Define versions here so other projects can import nshmp-lib locally.
pluginManagement {
plugins {
id "com.diffplug.spotless" version "${spotlessVersion}"
id "com.github.spotbugs" version "${spotbugsVersion}"
id "com.github.node-gradle.node" version "${nodePluginVersion}"
id "com.star-zero.gradle.githook" version "${githooksVersion}"
}
}
rootProject.name = "nshmp-lib"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment