Skip to content

Instantly share code, notes, and snippets.

@RayStarkMC
Created October 13, 2020 07:04
Show Gist options
  • Save RayStarkMC/3e0e8cfd4b126a1bc30787efda3b73b1 to your computer and use it in GitHub Desktop.
Save RayStarkMC/3e0e8cfd4b126a1bc30787efda3b73b1 to your computer and use it in GitHub Desktop.
GitHub Packagesにアップロードできないプロジェクトのpomファイル、何か不味いんだろうか…
<?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