aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/build.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 00:36:47 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 00:36:47 +0200
commitc3e27396c62f191b4343df151e5a86bfa63a32f3 (patch)
tree4f698c9ba0320a5c740c53877c3f75c00240dca4 /language-web/build.gradle
parentfix(web): improve accessibility (diff)
downloadrefinery-c3e27396c62f191b4343df151e5a86bfa63a32f3.tar.gz
refinery-c3e27396c62f191b4343df151e5a86bfa63a32f3.tar.zst
refinery-c3e27396c62f191b4343df151e5a86bfa63a32f3.zip
chore: change package name
Diffstat (limited to 'language-web/build.gradle')
-rw-r--r--language-web/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/build.gradle b/language-web/build.gradle
index 888cbb5c..0403bb3d 100644
--- a/language-web/build.gradle
+++ b/language-web/build.gradle
@@ -22,7 +22,7 @@ for (taskName in ['compileJava', 'processResources']) {
22 22
23def webpackOutputDir = "${buildDir}/webpack" 23def webpackOutputDir = "${buildDir}/webpack"
24def productionResources = "${webpackOutputDir}/production" 24def productionResources = "${webpackOutputDir}/production"
25def serverMainClass = 'org.eclipse.viatra.solver.language.web.ServerLauncher' 25def serverMainClass = 'tools.refinery.language.web.ServerLauncher'
26 26
27apply plugin: 'org.siouan.frontend-jdk11' 27apply plugin: 'org.siouan.frontend-jdk11'
28import org.siouan.frontendgradleplugin.infrastructure.gradle.RunNpmYarn 28import org.siouan.frontendgradleplugin.infrastructure.gradle.RunNpmYarn