Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 870efd5

Browse files
More robust plugin load (#3022)
1 parent 3c8c8ba commit 870efd5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

clients/java/signalr/build.gradle

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
buildscript {
2+
repositories {
3+
maven {
4+
url "https://plugins.gradle.org/m2/"
5+
}
6+
}
7+
dependencies {
8+
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.14.0"
9+
}
10+
}
11+
112
plugins {
213
id 'java'
314
id 'maven'
4-
id "com.diffplug.gradle.spotless" version "3.14.0"
515
}
616

17+
apply plugin: "com.diffplug.gradle.spotless"
18+
719
group 'com.microsoft.aspnet'
820

921
// If we're run from outside MSBuild, just assign a bogus dev version.

0 commit comments

Comments
 (0)