generated from micronaut-projects/micronaut-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d438db9
commit d847db2
Showing
12 changed files
with
32 additions
and
84 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
<!-- Checklist: https://github.com/micronaut-projects/micronaut-core/wiki/New-Module-Checklist --> | ||
|
||
# Micronaut project-template | ||
# Micronaut json-schema | ||
|
||
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.project-template/micronaut-project-template.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.project-template%22%20AND%20a:%22micronaut-project-template%22) | ||
[![Build Status](https://github.com/micronaut-projects/micronaut-project-template/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-project-template/actions) | ||
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.json-schema/micronaut-project-template.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.project-template%22%20AND%20a:%22micronaut-project-template%22) | ||
[![Build Status](https://github.com/micronaut-projects/micronaut-json-schema/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-project-template/actions) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=micronaut-projects_micronaut-template&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=micronaut-projects_micronaut-template) | ||
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans) | ||
|
||
Micronaut project-template | ||
Micronaut json-schema | ||
|
||
## Documentation | ||
|
||
See the [Documentation](https://micronaut-projects.github.io/micronaut-project-template/latest/guide/) for more information. | ||
See the [Documentation](https://micronaut-projects.github.io/micronaut-json-schema/latest/guide/) for more information. | ||
|
||
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-project-template/snapshot/guide/) for the current development docs. | ||
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-json-schema/snapshot/guide/) for the current development docs. | ||
|
||
<!-- ## Examples | ||
Examples can be found in the [examples](https://github.com/micronaut-projects/micronaut-project-template/tree/master/examples) directory. --> | ||
Examples can be found in the [examples](https://github.com/micronaut-projects/micronaut-json-schema/tree/master/examples) directory. --> | ||
|
||
## Snapshots and Releases | ||
|
||
Snapshots are automatically published to [Sonatype Snapshots](https://s01.oss.sonatype.org/content/repositories/snapshots/io/micronaut/) using [GitHub Actions](https://github.com/micronaut-projects/micronaut-project-template/actions). | ||
Snapshots are automatically published to [Sonatype Snapshots](https://s01.oss.sonatype.org/content/repositories/snapshots/io/micronaut/) using [GitHub Actions](https://github.com/micronaut-projects/micronaut-json-schema/actions). | ||
|
||
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots. | ||
|
||
Releases are published to Maven Central via [GitHub Actions](https://github.com/micronaut-projects/micronaut-project-template/actions). | ||
Releases are published to Maven Central via [GitHub Actions](https://github.com/micronaut-projects/micronaut-json-schema/actions). | ||
|
||
Releases are completely automated. To perform a release use the following steps: | ||
|
||
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-project-template/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`. | ||
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-project-template/actions?query=workflow%3ARelease) to check it passed successfully. | ||
* If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-project-template/actions?query=workflow%3A"Maven+Central+Sync"). | ||
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-json-schema/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`. | ||
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-json-schema/actions?query=workflow%3ARelease) to check it passed successfully. | ||
* If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-json-schema/actions?query=workflow%3A"Maven+Central+Sync"). | ||
* Celebrate! |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
buildSrc/src/main/groovy/io.micronaut.build.internal.json-schema-module.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
plugins { | ||
id 'io.micronaut.build.internal.json-schema-base' | ||
id "io.micronaut.build.internal.module" | ||
} |
4 changes: 0 additions & 4 deletions
4
buildSrc/src/main/groovy/io.micronaut.build.internal.project-template-module.gradle
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
projectVersion=1.0.0-SNAPSHOT | ||
projectGroup=io.micronaut.project-template | ||
projectGroup=io.micronaut.json-schema | ||
|
||
title=Micronaut project-template | ||
title=Micronaut json-schema | ||
projectDesc=TODO | ||
projectUrl=https://micronaut.io | ||
githubSlug=micronaut-projects/micronaut-project-template | ||
githubSlug=micronaut-projects/micronaut-json-schema | ||
developers=Graeme Rocher | ||
org.gradle.caching=true | ||
org.gradle.jvmargs=-Xmx1g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
plugins { | ||
id 'io.micronaut.build.internal.json-schema-base' | ||
id "io.micronaut.build.internal.bom" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
plugins { | ||
id 'io.micronaut.build.internal.json-schema-module' | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.