Skip to content

Commit

Permalink
Introduce proper versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
liontiger23 committed Feb 17, 2023
1 parent 8137805 commit febc1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'

group = 'org.scala-lang'
project.archivesBaseName = 'scala-ant'
version = scalaVersion
version = scalaAntVersion

repositories {
mavenLocal()
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
scalaAntVersion=1.0.0
scalaVersion=2.13.1
antVersion=1.9.14

0 comments on commit febc1e3

Please sign in to comment.