File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ The Grails developers have decided on several rules regarding packaging. These r
27
27
are typically not meant to be included in a Grails app directly.
28
28
3 . Testing artifacts for Grails applications / plugins, will have the prefix ` grails-testing-support- ` to remind
29
29
developers these artifacts should not typically be included in the ` implementation ` scope of their application.
30
- 4 . Gradle plugins will be consolidated under a single [ repository] ( https://github.com/apache/grails-gradle-plugin ) .
31
- 5 . As part of the gradle plugin consolidation, we adopt consistent names and remove ` views- ` from the views gradle
30
+ 4 . As part of the gradle plugin consolidation, we adopt consistent names and remove ` views- ` from the views gradle
32
31
plugins. Instead they will match the existing gradle plugin naming pattern - i.e. ` grails-gsp ` , ` grails-markup ` , etc.
33
32
5 . There will be one artifact published that can be included in either a ` buildSrc/build.gradle ` or a ` buildScript ` to
34
33
import all Grails gradle plugins. That plugin will be ` org.apache.grails:grails-gradle-plugins ` .
You can’t perform that action at this time.
0 commit comments