Skip to content

Commit

Permalink
Update build.gradle to decouple zkthemes
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen authored Sep 5, 2024
1 parent 9037190 commit 150214b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zksandbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ dependencies {
implementation 'commons-io:commons-io:2.13.0'
implementation 'commons-logging:commons-logging:1.1.1'
implementation 'org.apache.commons:commons-fileupload2-javax:2.0.0-M2'
implementation 'org.zkoss.theme:breeze:10.0.1.1-Eval'
implementation 'org.zkoss.theme:sapphire:10.0.1.1-Eval'
implementation 'org.zkoss.theme:silvertail:10.0.1.1-Eval'
implementation "org.zkoss.common:zweb:${version}"
implementation "org.zkoss.common:zweb-dsp:${version}"
implementation "org.zkoss.zk:zhtml:${version}"
Expand All @@ -60,4 +63,4 @@ war {
archiveFileName = 'zksandbox.war'
}

description = 'zksandbox'
description = 'zksandbox'

0 comments on commit 150214b

Please sign in to comment.