We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ae8e4 commit 2abfe3eCopy full SHA for 2abfe3e
graphql-kotlin-toolkit-jpa/build.gradle.kts
@@ -6,6 +6,7 @@ plugins {
6
dependencies {
7
implementation(project(":graphql-kotlin-toolkit-common"))
8
9
+ // JPA API.
10
api("jakarta.persistence:jakarta.persistence-api:2.2.3")
11
12
// GraphQL-Java dependency.
@@ -50,8 +51,8 @@ publishing {
50
51
}
52
53
pom {
- name.set("GraphQL Kotlin Toolkit: Spring")
54
- description.set("GraphQL integration for Spring")
+ name.set("GraphQL Kotlin Toolkit: JPA")
55
+ description.set("GraphQL Tools for JPA")
56
url.set("https://github.com/AurityLab/graphql-kotlin-toolkit")
57
58
organization {
0 commit comments