1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Use plugins-snapshot

This commit is contained in:
Rob Winch
2017-04-25 15:46:52 -05:00
parent d108bf58bf
commit a38352c4cc
+1 -1
View File
@@ -5,7 +5,7 @@ buildscript {
}
repositories {
maven { url 'https://repo.spring.io/libs-snapshot' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-snapshot' }
}
}
apply plugin: 'io.spring.convention.root'