CR-JAL-251
JAL-3850: SimpleHttpFileServer no longer available in gradle 7
#permalink
Details
Warning: no files are visible, they have all been filtered.
Participant | Role | Time Spent | Comments | Latest Comment |
---|---|---|---|---|
Author | ||||
Total | 0m | 0 |
- Linked Issue:
-
#permalink
Objectives
build.gradle doesn't compile with a modern gradle version :
gradle -PJAVA_VERSION=11 compileJava jalviewjs
FAILURE: Build failed with an exception.
- Where:
Build file '/Users/jprocter/git/jalview/build.gradle' line: 2808
- What went wrong:
Could not compile build file '/Users/jprocter/git/jalview/build.gradle'.
> startup failed:
build file '/Users/jprocter/git/jalview/build.gradle': 2808: unable to resolve class SimpleHttpFileServerFactory
@ line 2808, column 33.
SimpleHttpFileServerFactory factory = new SimpleHttpFileServerFactory()
^
build file '/Users/jprocter/git/jalview/build.gradle': 2808: unable to resolve class SimpleHttpFileServerFactory
@ line 2808, column 43.
tpFileServerFactory factory = new Simple
^
2 errors
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --...