Skip to content

Commit 2bf41f7

Browse files
committed
Merge remote-tracking branch 'origin/fix/update-luftfartsverket-to-reqstool-urls' into feature/various
# Conflicts: # README.adoc
2 parents 2e15c26 + fee2442 commit 2bf41f7

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

.claude/settings.local.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ bin/
3737

3838
### Mac OS ###
3939
.DS_Store
40+
41+
### Claude Code ###
42+
.claude/

build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,19 @@ dependencies {
5252
test {
5353
useJUnitPlatform()
5454
}
55+
56+
publishing {
57+
publications {
58+
withType(MavenPublication) {
59+
pom {
60+
developers {
61+
developer {
62+
name = 'Reqstool Contributors'
63+
organization = 'reqstool'
64+
organizationUrl = 'https://github.com/reqstool'
65+
}
66+
}
67+
}
68+
}
69+
}
70+
}

0 commit comments

Comments
 (0)