kusumotolab / kGenProg

A High-performance, High-extensibility and High-portability APR System
MIT License
48 stars 13 forks source link

JitPackでのビルドが再び失敗している #858

Open hrtwt opened 2 years ago

hrtwt commented 2 years ago

degrade

問題

JitPackでのビルドが失敗している. https://jitpack.io/com/github/kusumotolab/kGenProg/master/build.log

https://github.com/kusumotolab/FL-online-demo でkgpを利用しようとして気づいた.

原因

mavenプラグインのmaven-publishへの変更. Gradle7へのアップデート時にmavenが利用できず,仕方なく変更した.

詳細

https://github.com/kusumotolab/kGenProg/issues/849#issuecomment-803240678 https://github.com/kusumotolab/kGenProg/pull/857

解決策

maven-publish用の設定をbuild.gradleに書く. https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:complete_example