Skip to content

Commit

Permalink
Get rid of buildSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 12, 2024
1 parent baa436f commit e198b1a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
19 changes: 14 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
buildscript {
repositories {
maven { url "https://repo.grails.org/grails/core/" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:7.0.0-SNAPSHOT"
}
}

plugins {
id "groovy"
id "org.grails.grails-web"
id "org.grails.grails-gsp"
id "war"
id "idea"
id "com.bertramlabs.asset-pipeline"
id "org.grails.grails-plugin"
id "com.bertramlabs.asset-pipeline" version "5.0.1"
id "application"
id "eclipse"
id 'maven-publish'
id 'java-library'

id "signing"
id "io.github.gradle-nexus.publish-plugin"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}

apply plugin:"org.grails.grails-web"
apply plugin:"org.grails.grails-gsp"

repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
Expand Down
9 changes: 0 additions & 9 deletions buildSrc/build.gradle

This file was deleted.

12 changes: 0 additions & 12 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
pluginManagement {
repositories {
maven { url "https://repo.grails.org/grails/core/" }
gradlePluginPortal()
}
plugins {
id "org.grails.grails-web" version "7.0.0-SNAPSHOT"
id "org.grails.grails-gsp" version "7.0.0-SNAPSHOT"
id "com.bertramlabs.asset-pipeline" version "5.0.1"
}
}

rootProject.name="grails-plugin-sitemesh3"

0 comments on commit e198b1a

Please sign in to comment.