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

     

Grace Admin Plugin

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

Grace Version

  • Grace 2023.0.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.plugins:dynamic-modules:1.0.0-SNAPSHOT"
    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

1.0.0-M1

  • Upgrade to Grace 2023.0.0
  • Upgrade to Grace Dynamic Modules 1.0.0-M1
  • Upgrade to Groovy 4.0.22

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