Use plugins-snapshot

This commit is contained in:
Rob Winch 2017-04-25 15:46:52 -05:00
parent d108bf58bf
commit a38352c4cc
1 changed files with 1 additions and 1 deletions

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'