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

Fix README muddle #144

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ This project contains:
* The CICS bundle Gradle plugin (`com.ibm.cics.bundle`), a Gradle plugin that can build CICS bundles, include selected bundle parts, and deploy them to CICS. It's available from both the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/com.ibm.cics.bundle) and [Maven Central](https://search.maven.org/artifact/com.ibm.cics.bundle/com.ibm.cics.bundle.gradle.plugin).
* `samples`, a collection of samples that show different ways of using this plugin.

## Supported bundle part types
The CICS bundle Gradle plugin supports building CICS bundles that contain the following bundle parts:

## Supported Gradle versions
The CICS bundle Gradle plugin supports Gradle 5 to Gradle 8.

## Supported bundle part types
The CICS bundle Gradle plugin supports building CICS bundles that contain the following bundle parts:

**Java-based bundle parts**
* OSGi Bundle (JAR)
* Web Archive (WAR)
Expand Down