Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 4703014

Browse files
committed
chore: update developer names
1 parent 13fcf53 commit 4703014

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

+6-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,12 @@ subprojects {
178178
}
179179
developers {
180180
developer {
181-
id = PROJECT_DEV_ID
182-
name = PROJECT_DEV_NAME
181+
id = 'oliemansm'
182+
name = 'Michiel Oliemans'
183+
}
184+
developer {
185+
id = 'apottere'
186+
name = 'Andrew Porter'
183187
}
184188
}
185189
}

gradle.properties

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ PROJECT_DESC=GraphQL Spring Framework Boot
2525
PROJECT_GIT_REPO_URL=https://github.com/graphql-java-kickstart/graphql-spring-boot
2626
PROJECT_LICENSE=MIT
2727
PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-boot-graphql/blob/master/LICENSE.md
28-
PROJECT_DEV_ID=apottere
29-
PROJECT_DEV_NAME=Andrew Potter
3028
VCS=Git
3129
###
3230
SOURCE_COMPATIBILITY=1.8

0 commit comments

Comments
 (0)