apache / apache/grails-core

Publish Gradle Plugins to gradlePluginPortal

Open
#14,146 7 comments 0 reactions 1 assignee Claimed by @davydotcom View on GitHub
relates-to: gradle-plugin
Dominant language
Groovy
Stars
2.9k
Forks
975
Avg merge
1d 22h
Merged PRs (30d)
92

Description

if `grails-gradle-plugin` is published to gradlePluginPortal,

`buildSrc/build.gradle`
`settings.gradle`
and a `buildscript { }`

are no longer needed for Grails Apps.

Also remove need for
```gradle
apply plugin:"org.grails.grails-web"
apply plugin:"org.grails.grails-gsp"
```

grails-gradle-plugin currently consists of
```gradle
org.grails.grails-core
org.grails.grails-doc
org.grails.grails-gsp
org.grails.grails-plugin
org.grails.grails-profile
org.grails.grails-web extends org.grails.grails-plugin
org.grails.internal.grails-plugin-publish
org.grails.internal.grails-profile-publish
```

`org.grails.grails-web` should automatically be applied if `org.grails:grails-web-url-mappings` is present
`org.grails.grails-gsp` should automatically be applied if `org.grails:grails-gsp` is present

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.