id 'io.spring.nohttp' version '0.0.5.RELEASE'

This commit is contained in:
Rob Winch 2020-10-28 14:20:45 -05:00
parent 97509418e0
commit 280d1e33ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
plugins {
id "checkstyle"
id "io.spring.javaformat" version "0.0.25"
id 'io.spring.nohttp' version '0.0.3.RELEASE'
id 'io.spring.nohttp' version '0.0.5.RELEASE'
}
allprojects {