Skip to content

Commit

Permalink
Update gradle to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 4, 2024
1 parent b7da650 commit 2ddba72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon May 25 11:22:24 MSK 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ class ConstantMessageType {
init(object : IPipelineCodecContext {
override fun get(alias: DictionaryAlias): InputStream = getResourceAsStream(alias)

@Deprecated(
"Dictionary types will be removed in future releases of infra",
replaceWith = ReplaceWith("get(alias)")
)
override fun get(type: DictionaryType): InputStream = TODO("Not yet implemented")

override fun getDictionaryAliases(): Set<String> = TODO("Not yet implemented")
Expand Down

0 comments on commit 2ddba72

Please sign in to comment.