Skip to content

Commit

Permalink
fix jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Nov 28, 2024
1 parent cee2b59 commit 5d99329
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
}

group = 'thriftlabs' // 替换为你的组织名
version = '0.0.1' // 替换为你的版本号
group = 'thriftlabs'
version = '0.0.1'

jar {
archiveBaseName.set('thriftparser')
}

test {
Expand Down

0 comments on commit 5d99329

Please sign in to comment.