diff --git a/LICENSE b/LICENSE index b0cf820..12dd149 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/build.gradle b/build.gradle index a4764b6..fda7853 100644 --- a/build.gradle +++ b/build.gradle @@ -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" + } + } + } } }