Skip to content

Commit

Permalink
refactor:
Browse files Browse the repository at this point in the history
* remove version in build.gradle.kts
  • Loading branch information
Jian-Min-Huang committed May 26, 2022
1 parent f1ff03a commit 7a51ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,6 @@ plugins {
}

group = "net.purefunc"
version = System.getenv("GITHUB_REF_NAME")
java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11

Expand Down

0 comments on commit 7a51ec6

Please sign in to comment.