mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Java: Add an upgrade script
This commit is contained in:
@@ -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
1222
java/ql/lib/upgrades/8802823039a171ae51aba811b8fe773ab1d3bfc0/semmlecode.dbscheme
Executable file
1222
java/ql/lib/upgrades/8802823039a171ae51aba811b8fe773ab1d3bfc0/semmlecode.dbscheme
Executable file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
description: Add Kotlin support
|
||||
compatibility: backwards
|
||||
compilations.rel: run compilations.qlo
|
||||
|
||||
Reference in New Issue
Block a user