Skip to content

Commit

Permalink
remove lgtm (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal authored Jun 10, 2023
1 parent 46b572c commit 6e740ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# NoPluginsCommand

[![Build and Publish](https://github.com/SimplyVanilla/NoPluginsCommand/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/SimplyVanilla/NoPluginsCommand/actions/workflows/build-and-publish.yml)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/SimplyVanilla/NoPluginsCommand.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SimplyVanilla/NoPluginsCommand/context:java)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SimplyVanilla_NoPluginsCommand&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SimplyVanilla_NoPluginsCommand)
[![Known Vulnerabilities](https://snyk.io/test/github/SimplyVanilla/NoPluginsCommand/badge.svg)](https://snyk.io/test/github/SimplyVanilla/NoPluginsCommand)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.3.1'
version '0.3.2'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6e740ee

Please sign in to comment.