diff --git a/creds.gradle b/creds.gradle index 29ddb75..6fc7f83 100644 --- a/creds.gradle +++ b/creds.gradle @@ -1,13 +1,13 @@ -buildscript { - repositories { - maven { - url 'https://nexus.red-soft.ru/repository/ncore-public' - } - mavenLocal() - } - dependencies { - classpath 'nu.studer:gradle-credentials-plugin:1.0.7' - } -} - -apply plugin: 'nu.studer.credentials' +buildscript { + repositories { + maven { + url 'https://nexus.red-soft.ru/repository/ncore-public' + } + mavenLocal() + } + dependencies { + classpath 'nu.studer:gradle-credentials-plugin:1.0.7' + } +} + +apply plugin: 'nu.studer.credentials'