fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
project('simplejava', 'java')
|
||||
|
||||
add_project_arguments('-target', '1.8', language : 'java')
|
||||
|
||||
javaprog = jar('myprog', 'com/mesonbuild/Simple.java',
|
||||
main_class : 'com.mesonbuild.Simple',
|
||||
java_args : ['-source', '1.8'])
|
||||
test('mytest', javaprog)
|
||||
Reference in New Issue
Block a user