Java: Add an upgrade script

This commit is contained in:
Ian Lynagh
2022-04-04 12:14:02 +01:00
parent c1629530e5
commit 19270369c8
4 changed files with 2455 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class Compilation extends @compilation { string toString() { none() } }
from Compilation c, string cwd
where compilations(c, cwd)
select c, 1 /* Java compilation */, cwd, "<unnamed compilation>"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
description: Add Kotlin support
compatibility: backwards
compilations.rel: run compilations.qlo