We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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が利用できず,仕方なく変更した.
maven
maven-publish
#849 (comment) #857
maven-publish用の設定をbuild.gradleに書く. https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:complete_example
build.gradle
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
が利用できず,仕方なく変更した.詳細
#849 (comment)
#857
解決策
maven-publish
用の設定をbuild.gradle
に書く.https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:complete_example
The text was updated successfully, but these errors were encountered: