Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmclnk/mooqats-gradle
https://github.com/tmclnk/mooqats-gradle
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmclnk/mooqats-gradle
- Owner: tmclnk
- Created: 2015-05-28T18:45:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T22:18:43.000Z (over 9 years ago)
- Last Synced: 2024-11-12T23:16:18.089Z (2 months ago)
- Language: CSS
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#mooqats-gradle
This is a skeleton project to help demonstrate gradle, grails, and a subset of grails plugins.## Getting Started
Make sure you have JAVA_HOME set to something recent. From the project you
should be able to run the application using the gradle wrapper, which is
included in distribution.> ./gradlew tasks
For Grails development tasks, you will need to have Grails installed.
## Grails 3.0.1
Support for the grails wrapper (grailsw) was dropped in 3.0.0RC3, so you will
need to have a copy of it installed if you wish to perform grails commands as
indicated in the documentation.This project uses Grails 3.0.1.
Please vote for [GRAILS-12098](https://jira.grails.org/browse/GRAILS-12092) in
the meantime so that future Grails releases will include support for grailsw.## Grails Plugins
For Grails 3.0 to be a viable platform for the this team, this application
will need to demonstrate that it can support, at a minimum, the capabiities
from the following plugins:* ~~runtime ':database-migration:1.1'~~ //see org.grails.plugins:database-migration:2.0.0RC1
* compile ':export:1.5' // specifically, support for exporting to excel
* compile ':filterpane:2.0.1.1' // including some customizations
* ~~compile ':fields:1.3'~~ //see org.grails.plugins:fields:2.0.1
* ~~compile ':mail:1.0.4'~~ //see org.grails.plugins:mail:2.0.0RC1
* ~~compile ':quartz:1.0.6-RC6'~~ //see org.grails.plugins:quartz:2.0.0M4
* ~~compile ':quartz-monitor:0.3-RC1'~~ //see org.grails.plugins:quartz-monitor:1.2
* compile ':spring-security-core:1.2.7.3'
* compile ':spring-security-ldap:1.0.6'## Eclipse
This project does not require any Grails specific tooling (ala GGTS), but will
work best if you have IDE support for Gradle. Search the Eclipse Marketplace
for "Gradle" and install a recent version of "Gradle IDE".You may wish to configure Gradle EnIDE with the "use wrapper if `gradlew[.bat]`
is present" option. It is listed in Preferences > Gradle EnIDE.Because this project is based on Grails 3.0, it requires Groovy 2.4. You can
use the update site. For Eclipse 4.4 (Luna) you can use the update site at
[http://dist.springsource.org/snapshot/GRECLIPSE/e4.4/](http://dist.springsource.org/snapshot/GRECLIPSE/e4.4/).## IntelliJ IDEA
IntelliJ provides native Gradle support, so no additional plugins should be
required.