Skip to content

Commit 60b546d

Browse files
committed
Update async-profiler to v4.1
1 parent 28d0bc2 commit 60b546d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

spark-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license {
1212

1313
dependencies {
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'
Binary file not shown.
Binary file not shown.
Binary file not shown.

spark-paper/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ artifacts {
5959
publishing {
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
}

0 commit comments

Comments
 (0)