File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-brightgreen )] ( https://github.com/ermadmi78/kobby/blob/main/LICENSE )
2- [ ![ Plugin Portal] ( https://img.shields.io/badge/Plugin%20Portal-v5.1 .0-orange )] ( https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby )
3- [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-v5.1 .0-orange )] ( https://repo.maven.apache.org/maven2/io/github/ermadmi78/kobby-maven-plugin/ )
2+ [ ![ Plugin Portal] ( https://img.shields.io/badge/Plugin%20Portal-v5.2 .0-orange )] ( https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby )
3+ [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-v5.2 .0-orange )] ( https://repo.maven.apache.org/maven2/io/github/ermadmi78/kobby-maven-plugin/ )
44[ ![ Discussions] ( https://img.shields.io/badge/Discussions-On%20GitHub-blue )] ( https://github.com/ermadmi78/kobby/discussions )
55
66[ ![ alt text] ( https://github.com/ermadmi78/kobby/blob/main/images/simple_query.png )] ( https://github.com/ermadmi78/kobby/wiki )
@@ -70,7 +70,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md)
7070
7171``` kotlin
7272plugins {
73- id(" io.github.ermadmi78.kobby" ) version " 5.1 .0"
73+ id(" io.github.ermadmi78.kobby" ) version " 5.2 .0"
7474}
7575```
7676
@@ -83,7 +83,7 @@ plugins {
8383 <plugin >
8484 <groupId >io.github.ermadmi78</groupId >
8585 <artifactId >kobby-maven-plugin</artifactId >
86- <version >5.1 .0</version >
86+ <version >5.2 .0</version >
8787 <executions >
8888 <execution >
8989 <phase >generate-sources</phase >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
77kotlin.code.style =official
88
99group = io.github.ermadmi78
10- version = 5.2.0 -SNAPSHOT
10+ version = 5.2.1 -SNAPSHOT
1111
1212# dependencies
1313kotlinJdkVersion =11
You can’t perform that action at this time.
0 commit comments