Skip to content

Commit

Permalink
fix(ci): add version to root project too
Browse files Browse the repository at this point in the history
  • Loading branch information
LooFifteen committed Feb 15, 2024
1 parent 56d1070 commit caf9dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent

defaultTasks 'licenseFormat', 'build'

// get ci to work
version = '5.4-SNAPSHOT'

subprojects {
apply plugin: 'java'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit caf9dec

Please sign in to comment.