Skip to content

Commit

Permalink
Update dependencies and housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Dec 13, 2022
1 parent f57e947 commit 3991a34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 57 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'com.gradle.plugin-publish' version '1.0.0'
id 'com.gradle.plugin-publish' version '1.1.0'
}

version = '2.4.5'
version = '2.5.0'
group = 'com.modrinth.minotaur'
archivesBaseName = 'Minotaur'
description = 'Modrinth plugin for publishing builds to the website!'
Expand All @@ -19,8 +19,8 @@ repositories {
dependencies {
compileOnly gradleApi()

implementation group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'

compileOnly group: 'org.jetbrains', name: 'annotations', version: '+'
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.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3991a34

Please sign in to comment.