Skip to content

Commit

Permalink
Prepping for 8.3.0 Gradle plugin release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk committed Jun 24, 2023
1 parent 3e8d6c7 commit 142a61f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// To upgrade versions, run the following (change the version number in the command):
//VERSION=8.1.1; SHA256SUM=$(wget -O- -q "https://services.gradle.org/distributions/gradle-$VERSION-all.zip.sha256"); ./gradlew wrapper --gradle-version $VERSION --distribution-type all --gradle-distribution-sha256-sum $SHA256SUM

buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
Expand Down
2 changes: 1 addition & 1 deletion publishers/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
}

group = "dev.projektor"
version = "8.2.0"
version = "8.3.0"

dependencies {
implementation("com.squareup.okhttp3:okhttp:${okHttpVersion}")
Expand Down

0 comments on commit 142a61f

Please sign in to comment.