diff --git a/build.gradle b/build.gradle index 4f9da38..be1b9f3 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ apply plugin: "spring-boot" apply plugin: "org.grails.grails-plugin" apply plugin: "org.grails.grails-gsp" // Used for publishing to central repository, remove if not needed -//apply from:'https://raw.githubusercontent.com/grails/grails-profile-repository/master/profiles/plugin/templates/grailsCentralPublishing.gradle' -//apply from:'https://raw.githubusercontent.com/grails/grails-profile-repository/master/profiles/plugin/templates/bintrayPublishing.gradle' +apply from:'https://raw.githubusercontent.com/grails/grails-profile-repository/master/profiles/plugin/templates/grailsCentralPublishing.gradle' +apply from:'https://raw.githubusercontent.com/grails/grails-profile-repository/master/profiles/plugin/templates/bintrayPublishing.gradle' ext { grailsVersion = project.grailsVersion