Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven-publishの設定を追加 #859

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

hrtwt
Copy link
Contributor

@hrtwt hrtwt commented Mar 15, 2022

resolve #858

行ったこと

https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:complete_example
を参考に,maven-publishの設定をbuild.gradleに追記.

ビルドを可能とするには以下で十分だが,本PRではライブラリのメタ情報も追記.

publishing {
    publications {
        mavenJava(MavenPublication) {
            from components.java
    }
}

確認したこと

JitPackでのビルド成功
https://jitpack.io/#kusumotolab/kGenProg
https://jitpack.io/com/github/kusumotolab/kGenProg/add-maven-publish-config-f16fcb03dd-1/build.log
image

reviewerに確認いただきたいこと

  1. pomの内容に過不足/間違いがないか
  2. Groovyのお作法

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JitPackでのビルドが再び失敗している
1 participant