X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=e314c3bfb3da3fc354df65330403dd5bbd71f5e8;hp=0e19c76b5c8328534a3a0282d5a4b470eaa1cac4;hb=5fcaf872e0daa6cca0efc31430295cabe25d8793;hpb=144cf48d9b40d0379456d61a504999612f530733 diff --git a/build.gradle b/build.gradle index 0e19c76..e314c3b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.10' + classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.10' } }