Skip to content

Grace Admin Plugin - A powerful and flexible, extensible administration framework and management console for Grace.

License

Notifications You must be signed in to change notification settings

grace-plugins/grace-admin

Repository files navigation

Main branch build status Apache 2.0 license Latest version on Maven Central Grace on X

Grace Admin Plugin

A powerful and flexible, extensible administration framework and management console for Grace.

Grace Version

  • Grace 2022.1.0

Usage

Add admin plugin

Add admin plugin to your build.gradle,

apply plugin: "org.graceframework.grace-gsp"

repositories {
    mavenCentral()
    maven {
        url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
        mavenContent {
            snapshotsOnly()
        }
    }
}

dependencies {
    implementation "org.graceframework:grace-plugin-dynamic-modules"
    implementation "org.graceframework.plugins:admin:$adminVersion"
}

Development

Build from source

git clone https://github.com/grace-plugins/grace-admin.git
cd grace-admin
./gradlew publishToMavenLocal

What's New

0.1.0

  • Refactor app and plugin directories
  • Upgrade to Grace 2022.2.4
  • Upgrade to Groovy 3.0.17

0.0.1

  • Support Grace 2022.1.0+

Links

About

Grace Admin Plugin - A powerful and flexible, extensible administration framework and management console for Grace.

Resources

License

Stars

Watchers

Forks

Packages

No packages published