Skip to content

Commit 9440b3d

Browse files
authored
Update README.md
1 parent 9d8b220 commit 9440b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reflector <img src="https://www.svgrepo.com/show/144446/mirror-horizontally.svg" height="32px" alt="Reflector" />
22

3-
[![Build Status](https://app.travis-ci.com/alxkm/reflector.svg?branch=master)](https://app.travis-ci.com/alxkm/reflector)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3+
[![Java CI with Gradle](https://github.com/alxkm/reflector/actions/workflows/gradle.yml/badge.svg)](https://github.com/alxkm/reflector/actions/workflows/gradle.yml)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
<!--[![Build Status](https://app.travis-ci.com/alxkm/reflector.svg?branch=master)](https://app.travis-ci.com/alxkm/reflector)-->
55

66
Reflector is library, which offers a comprehensive suite of utilities for harnessing the power of the Java Reflection API. With a focus on simplicity and efficiency, it empowers developers to interact with class metadata, methods, fields, constructors, and annotations effortlessly.
77

@@ -1477,4 +1477,4 @@ Include this library in your project by adding the respective files to your clas
14771477
Java 8 or higher is required to use this library.
14781478

14791479
**License**
1480-
This library is licensed under the MIT License.
1480+
This library is licensed under the MIT License.

0 commit comments

Comments
 (0)