Skip to content

Commit

Permalink
feat: add pom metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Oct 30, 2024
1 parent e7b4ccb commit 8033a8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 MC Brawls
Copyright (c) 2024 MC Brawls

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,20 @@ publishing {
publications {
mavenJava(MavenPublication) {
from components.java

pom {
name = "Blueprint"
description = "A library and development interface for creating reusable structures."
url = "https://mcbrawls.net"

licenses {
license {
name = "MIT"
url = "https://opensource.org/licenses/MIT"
distribution = "repo"
}
}
}
}
}

Expand Down

0 comments on commit 8033a8d

Please sign in to comment.