This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new 1e2ddb1f8 [HOTFIX]fix(build): Fix flink connector artifact name (#4494)
1e2ddb1f8 is described below

commit 1e2ddb1f82ecbd40516e1735007eb04d72b04831
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 20:48:29 2024 +0800

    [HOTFIX]fix(build): Fix flink connector artifact name (#4494)
    
    ### What changes were proposed in this pull request?
    
    - fix the flink-connector artifact name
    
    ### Why are the changes needed?
    
    - fix the flink-connector artifact name
    
    
    ### Does this PR introduce _any_ user-facing change?
    
    - no
    
    ### How was this patch tested?
    
    - ./gradlew clean flink-connector:build
    
    
    
![image](https://github.com/user-attachments/assets/41b9a418-9126-4778-8615-d1c7f862bd98)
    
    Co-authored-by: Peidian li <[email protected]>
---
 flink-connector/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector/build.gradle.kts b/flink-connector/build.gradle.kts
index a21dea4a1..169b5f809 100644
--- a/flink-connector/build.gradle.kts
+++ b/flink-connector/build.gradle.kts
@@ -34,7 +34,7 @@ val flinkVersion: String = libs.versions.flink.get()
 // https://issues.apache.org/jira/browse/FLINK-20845,
 // https://issues.apache.org/jira/browse/FLINK-13414.
 val scalaVersion: String = "2.12"
-val artifactName = "gravitino-${project.name}-$scalaVersion"
+val artifactName = "gravitino-${project.name}_$scalaVersion"
 
 dependencies {
   implementation(project(":api"))

Reply via email to