Skip to content

Commit

Permalink
Renamed inceptionYear property to createdYear so it didn't conflict w…
Browse files Browse the repository at this point in the history
…ith POM property
  • Loading branch information
vewert committed Nov 15, 2023
1 parent 9f3572f commit 6a5a8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ val authorEmail: String by project
val company: String by project
val companyUrl: String by project
val group: String by project
val inceptionYear: String by project
val createdYear: String by project
val copyrightYear: String by project
val mavenReleaseUrlString: String by project
val mavenSnapshotUrlString: String by project
Expand Down Expand Up @@ -265,7 +265,7 @@ publishing {
name.set(longName)
description.set(project.description)
url.set(projectUrl)
inceptionYear.set(inceptionYear)
inceptionYear.set(createdYear)

properties.set(
mapOf(
Expand Down
2 changes: 1 addition & 1 deletion lib/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ [email protected]
company=Ewert Technologies
companyUrl=https://www.ewert-technologies.ca
group=ca.ewert-technologies.notarytoolkotlin
inceptionYear=2023
createdYear=2023
copyrightYear=2023
signing.secretKeyRingFile=./maven.gpg
mavenReleaseUrlString=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
Expand Down

0 comments on commit 6a5a8f6

Please sign in to comment.