Skip to content

Commit

Permalink
Minor README fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed May 1, 2024
1 parent 3981f07 commit 6b9421f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JGrab

[![Actions Status](https://github.com/renatoathaydes/jgrab/workflows/Build%20And%20Test%20on%20All%20OSs/badge.svg)](https://github.com/renatoathaydes/jgrab/actions)
[![Maven Central](https://img.shields.io/maven-central/v/com.athaydes.jgrab/jgrab-runner.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.athaydes.jgrab/jgrab-runner)
[![Maven Central](https://img.shields.io/maven-central/v/com.athaydes.jgrab/jgrab.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.athaydes.jgrab/jgrab)

Runs Java code without a build system, grabbing dependencies declared in the Java file itself.

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.util.regex.Pattern

allprojects {
group = 'com.athaydes.jgrab'
version = '2.1.0'
Expand Down

0 comments on commit 6b9421f

Please sign in to comment.