Skip to content

Commit

Permalink
fix thrift error during build
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 20, 2024
1 parent 7bd2ff9 commit 1347b0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
kotlin("jvm") version "1.9.21" apply false
kotlin("plugin.serialization") version "1.9.21" apply false
id("org.jetbrains.compose") version "1.5.11" apply false
id("com.vanniktech.maven.publish") version "0.25.3" apply false
id("org.jetbrains.dokka") version "1.9.10"
id("com.vanniktech.maven.publish") version "0.28.0" apply false
id("org.jetbrains.dokka") version "1.9.20"
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 2 additions & 0 deletions jcef/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ plugins {
dependencies {
implementation("org.jogamp.gluegen:gluegen-rt:2.5.0")
implementation("org.jogamp.jogl:jogl-all:2.5.0")

implementation(files("src/main/third_party/thrift/libthrift-0.19.0.jar"))
}

mavenPublishing {
Expand Down
2 changes: 1 addition & 1 deletion jcef/src/main

0 comments on commit 1347b0f

Please sign in to comment.