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

Merge branch 'plugins' into 'main'

Plugin Versions

See merge request !230
parents e7540d86 3d3f9863
No related branches found
No related tags found
1 merge request!230Plugin Versions
Pipeline #100399 passed
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