mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Kotlin: remove kapt wrapper, probably unneeded
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec -a "$0" "$(dirname "$0")/wrapper.py" kapt "$@"
|
||||
@@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
|
||||
python "%~dp0wrapper.py" kapt %*
|
||||
exit /b %ERRORLEVEL%
|
||||
Reference in New Issue
Block a user