Skip to content

Commit 2abfe3e

Browse files
committed
chore: adjust jpa module buildscript
1 parent a6ae8e4 commit 2abfe3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graphql-kotlin-toolkit-jpa/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
dependencies {
77
implementation(project(":graphql-kotlin-toolkit-common"))
88

9+
// JPA API.
910
api("jakarta.persistence:jakarta.persistence-api:2.2.3")
1011

1112
// GraphQL-Java dependency.
@@ -50,8 +51,8 @@ publishing {
5051
}
5152

5253
pom {
53-
name.set("GraphQL Kotlin Toolkit: Spring")
54-
description.set("GraphQL integration for Spring")
54+
name.set("GraphQL Kotlin Toolkit: JPA")
55+
description.set("GraphQL Tools for JPA")
5556
url.set("https://github.com/AurityLab/graphql-kotlin-toolkit")
5657

5758
organization {

0 commit comments

Comments
 (0)