Created
October 13, 2020 07:04
-
-
Save RayStarkMC/3e0e8cfd4b126a1bc30787efda3b73b1 to your computer and use it in GitHub Desktop.
GitHub Packagesにアップロードできないプロジェクトのpomファイル、何か不味いんだろうか…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<!-- This module was also published with a richer model, Gradle metadata, --> | |
<!-- which should be used instead. Do not delete the following line which --> | |
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> | |
<!-- that they should prefer consuming it instead. --> | |
<!-- do_not_remove: published-with-gradle-metadata --> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>raystark.eflib</groupId> | |
<artifactId>ExtendedFunctionLibrary</artifactId> | |
<version>1.2.1</version> | |
<description>test</description> | |
<url>https://github.com/RayStarkMC/ExtendedFunctionLibrary</url> | |
<licenses> | |
<license> | |
<name>MIT</name> | |
</license> | |
</licenses> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment