File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/resources/spark-native Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license {
1212
1313dependencies {
1414 api project(' :spark-api' )
15- implementation ' tools.profiler:async-profiler:4.0 ' // spark native version: 87b7b42 (v4.0 )
15+ implementation ' tools.profiler:async-profiler:4.1 ' // spark native version: 5930966 (v4.1 )
1616 implementation ' org.ow2.asm:asm:9.7'
1717 implementation ' net.bytebuddy:byte-buddy-agent:1.14.17'
1818 implementation ' com.google.protobuf:protobuf-javalite:4.31.1'
Original file line number Diff line number Diff line change @@ -59,17 +59,17 @@ artifacts {
5959publishing {
6060 // repositories {
6161 // maven {
62- // url = 'https://oss.sonatype.org/content/repositories/snapshots '
62+ // url = 'https://artifactory.papermc.io/artifactory/releases '
6363 // credentials {
64- // username = sonatypeUsername
65- // password = sonatypePassword
64+ // username = paperArtifactoryUsername
65+ // password = paperArtifactoryPassword
6666 // }
6767 // }
6868 // }
6969 publications {
7070 shadow(MavenPublication ) { publication ->
7171 project. shadow. component(publication)
72- version = " ${ project.pluginVersion} -SNAPSHOT "
72+ version = " ${ project.pluginVersion} "
7373 }
7474 }
7575}
You can’t perform that action at this time.
0 commit comments