Skip to content

Init plugins#1

Open
lemonman96 wants to merge 2 commits into
mainfrom
init-plugins
Open

Init plugins#1
lemonman96 wants to merge 2 commits into
mainfrom
init-plugins

Conversation

@lemonman96
Copy link
Copy Markdown
Collaborator

No description provided.

@lemonman96 lemonman96 requested a review from nickgaray April 23, 2026 16:37
Copy link
Copy Markdown

@nickgaray nickgaray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another common task is copying the README.md files into the JARs, I have added the file as a text file but it can be renamed to readmes.gradle. These recipes allow for the README files to be automatically copied into the jar as resources and equally for such to be "cleaned"

readmes.txt

Comment thread common/common.gradle

publications {
mavenJava(MavenPublication) {
from components.java
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not seeing the publication of OSGi Bundles - in order to accomplish this automatically this needs to be added

          artifact(p.tasks.osgi) {
              classifier = 'bundle'
          }

Comment thread common/release.gradle
apply plugin: org.ajoberstar.gradle.git.base.GrgitPlugin


/* Bintray was shutdown in Feb 2021 */
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If bintray was shutdown, should we not just clean this out?

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.

2 participants