Skip to content

Commit

Permalink
Update task
Browse files Browse the repository at this point in the history
  • Loading branch information
uTen2c committed Jan 2, 2024
1 parent 0ae93ac commit 37277c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

tasks.register('cloneJcef', Exec) {
commandLine 'git', 'submodule', 'update', '--init', '--recursive', 'common/java-cef'
println "JCEF commit hash: " + getCheckedOutGitCommitHash(project)
}

// https://gist.github.com/JonasGroeger/7620911
Expand Down Expand Up @@ -78,8 +79,8 @@ tasks.register('cleanAll', GradleBuild) {

tasks.register("cloneJcefAndPublish", GradleBuild) {
group = "publishing"
dependsOn "cloneJcef"
tasks = [
":cloneJcef",
":common:publish",
":fabric:publish",
]
Expand Down

0 comments on commit 37277c4

Please sign in to comment.