Skip to content

Commit 16b04f6

Browse files
committed
Integrate converters project
1 parent 31cf052 commit 16b04f6

File tree

18 files changed

+14
-780
lines changed

18 files changed

+14
-780
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,11 @@ subprojects { subproject ->
260260
maven(MavenPublication) {
261261
// Historically async mapped the core libraries to different artifact ids
262262
Map mappedArtifactIds = [
263-
'grails-async-core' : 'grails-async',
264-
'grails-async-plugin' : 'async',
265-
'grails-events-core' : 'grails-events',
266-
'grails-events-plugin': 'events'
263+
'grails-async-core' : 'grails-async',
264+
'grails-async-plugin' : 'async',
265+
'grails-events-core' : 'grails-events',
266+
'grails-events-plugin' : 'events',
267+
'grails-plugin-converters': 'converters'
267268

268269
]
269270
if(mappedArtifactIds.containsKey(subproject.name)) {

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ slf4jVersion=2.0.16
1818
rxJava1Version=1.3.8
1919
rxJava2Version=2.2.21
2020
gparsVersion=1.2.1
21+
commonsLang3Version=3.14.0
2122

2223
org.gradle.caching=true
2324
org.gradle.parallel=true

grails-plugin-converters/.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

grails-plugin-converters/.github/release-drafter.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

grails-plugin-converters/.github/renovate.json

Lines changed: 0 additions & 57 deletions
This file was deleted.

grails-plugin-converters/.github/workflows/gradle.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

grails-plugin-converters/.github/workflows/release-notes.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

grails-plugin-converters/.github/workflows/release.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

grails-plugin-converters/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

grails-plugin-converters/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
1-
## Grails Converters
2-
3-
This is the Converters plugin that has been part of Grails core up until version 3.3 and now is a standalone plugin.
4-
5-
Users of Grails 3.3.x and above should use this plugin.
6-
7-
### Installation
8-
9-
Simply add the dependency to your `build.gradle` file:
10-
11-
```groovy
12-
implementation "org.grails.plugins:converters"
13-
```
1+
## grails-plugin-converters
142

0 commit comments

Comments
 (0)