Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 29, 2023
1 parent 694ab7c commit f857747
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 @@ -8,8 +8,8 @@ apply plugin: 'groovy'
apply plugin: 'io.spring.dependency-management'

group = 'org.cugos'
version = '0.8.0-SNAPSHOT'
sourceCompatibility = '1.8'
version = '0.8.0'
sourceCompatibility = '11'

jar {
baseName = 'mbtilesserver'
Expand Down

0 comments on commit f857747

Please sign in to comment.