Skip to content

Commit bd21139

Browse files
committed
Add badges for build status, Maven Central, Java version, and license to README
1 parent 29e0dc2 commit bd21139

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Copilot SDK for Java
22

3+
[![Build](https://github.com/copilot-community-sdk/copilot-sdk-java/actions/workflows/sdk-build.yml/badge.svg)](https://github.com/copilot-community-sdk/copilot-sdk-java/actions/workflows/sdk-build.yml)
4+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.copilot-community-sdk/copilot-sdk)](https://central.sonatype.com/artifact/io.github.copilot-community-sdk/copilot-sdk)
5+
[![Java 17+](https://img.shields.io/badge/Java-17%2B-blue)](https://openjdk.org/)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
38
Java SDK for programmatic control of GitHub Copilot CLI.
49

5-
> **Note:** This SDK is in technical preview and may change in breaking ways.
10+
> **Note:** This SDK may change in breaking ways.
611
712
## Requirements
813

0 commit comments

Comments
 (0)