mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 15:45:32 +08:00
Merge remote-tracking branch 'origin/GP-2302_ryanmkurtz_protobuf'
(Closes #4415, Closes #4540)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
MODULE FILE LICENSE: lib/protobuf-java-3.17.3.jar BSD-3-GOOGLE
|
MODULE FILE LICENSE: lib/protobuf-java-3.21.6.jar BSD-3-GOOGLE
|
||||||
|
|||||||
@@ -33,33 +33,33 @@ configurations {
|
|||||||
def platform = getCurrentPlatformName()
|
def platform = getCurrentPlatformName()
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
allProtocArtifacts 'com.google.protobuf:protoc:3.17.3:windows-x86_64@exe'
|
allProtocArtifacts 'com.google.protobuf:protoc:3.21.6:windows-x86_64@exe'
|
||||||
allProtocArtifacts 'com.google.protobuf:protoc:3.17.3:linux-x86_64@exe'
|
allProtocArtifacts 'com.google.protobuf:protoc:3.21.6:linux-x86_64@exe'
|
||||||
allProtocArtifacts 'com.google.protobuf:protoc:3.17.3:linux-aarch_64@exe'
|
allProtocArtifacts 'com.google.protobuf:protoc:3.21.6:linux-aarch_64@exe'
|
||||||
allProtocArtifacts 'com.google.protobuf:protoc:3.17.3:osx-x86_64@exe'
|
allProtocArtifacts 'com.google.protobuf:protoc:3.21.6:osx-x86_64@exe'
|
||||||
allProtocArtifacts 'com.google.protobuf:protoc:3.17.3:osx-aarch_64@exe'
|
allProtocArtifacts 'com.google.protobuf:protoc:3.21.6:osx-aarch_64@exe'
|
||||||
|
|
||||||
if (isCurrentWindows()) {
|
if (isCurrentWindows()) {
|
||||||
protocArtifact 'com.google.protobuf:protoc:3.17.3:windows-x86_64@exe'
|
protocArtifact 'com.google.protobuf:protoc:3.21.6:windows-x86_64@exe'
|
||||||
}
|
}
|
||||||
if (isCurrentLinux()) {
|
if (isCurrentLinux()) {
|
||||||
if (platform.endsWith("x86_64")) {
|
if (platform.endsWith("x86_64")) {
|
||||||
protocArtifact 'com.google.protobuf:protoc:3.17.3:linux-x86_64@exe'
|
protocArtifact 'com.google.protobuf:protoc:3.21.6:linux-x86_64@exe'
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
protocArtifact 'com.google.protobuf:protoc:3.17.3:linux-aarch_64@exe'
|
protocArtifact 'com.google.protobuf:protoc:3.21..6:linux-aarch_64@exe'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (isCurrentMac()) {
|
if (isCurrentMac()) {
|
||||||
if (platform.endsWith("x86_64")) {
|
if (platform.endsWith("x86_64")) {
|
||||||
protocArtifact 'com.google.protobuf:protoc:3.17.3:osx-x86_64@exe'
|
protocArtifact 'com.google.protobuf:protoc:3.21.6:osx-x86_64@exe'
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
protocArtifact 'com.google.protobuf:protoc:3.17.3:osx-aarch_64@exe'
|
protocArtifact 'com.google.protobuf:protoc:3.21.6:osx-aarch_64@exe'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
api 'com.google.protobuf:protobuf-java:3.17.3'
|
api 'com.google.protobuf:protobuf-java:3.21.6'
|
||||||
api project(':Framework-AsyncComm')
|
api project(':Framework-AsyncComm')
|
||||||
api project(':Framework-Debugging')
|
api project(':Framework-Debugging')
|
||||||
api project(':ProposedUtils')
|
api project(':ProposedUtils')
|
||||||
@@ -70,7 +70,7 @@ dependencies {
|
|||||||
|
|
||||||
/*protobuf {
|
/*protobuf {
|
||||||
protoc {
|
protoc {
|
||||||
artifact = 'com.google.protobuf:protoc:3.17.3'
|
artifact = 'com.google.protobuf:protoc:3.21.6'
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user