Skip to content

Commit

Permalink
Update publish plugin (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Nov 12, 2024
1 parent 18dfe52 commit 74a23c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import org.gradle.internal.os.OperatingSystem;
plugins {
id 'java-gradle-plugin'
id 'maven-publish'
id "com.gradle.plugin-publish" version "1.2.1"
id "com.gradle.plugin-publish" version "1.3.0"
}

group 'edu.wpi.first'
version '2.0.0'
version '2.0.1'

if (project.hasProperty('publishVersion')) {
version = project.publishVersion
Expand Down

0 comments on commit 74a23c8

Please sign in to comment.