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.3.0 -orange )] ( https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby )
3- [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-v5.3.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.3.1 -orange )] ( https://plugins.gradle.org/plugin/io.github.ermadmi78.kobby )
3+ [ ![ Maven Central] ( https://img.shields.io/badge/Maven%20Central-v5.3.1 -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 )
@@ -87,7 +87,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md)
8787
8888``` kotlin
8989plugins {
90- id(" io.github.ermadmi78.kobby" ) version " 5.3.0 "
90+ id(" io.github.ermadmi78.kobby" ) version " 5.3.1 "
9191}
9292```
9393
@@ -100,7 +100,7 @@ plugins {
100100 <plugin >
101101 <groupId >io.github.ermadmi78</groupId >
102102 <artifactId >kobby-maven-plugin</artifactId >
103- <version >5.3.0 </version >
103+ <version >5.3.1 </version >
104104 <executions >
105105 <execution >
106106 <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.3.1 -SNAPSHOT
10+ version = 5.3.2 -SNAPSHOT
1111
1212# dependencies
1313kotlinJdkVersion =11
You can’t perform that action at this time.
0 commit comments