daml/sdk/language-support/java/javaopts.bzl
Gary Verhaegen e40aad897f
move to subdir 3.0 (#18520)
* move most files

* update CI configuration
2024-03-22 02:27:46 +01:00

5 lines
222 B
Python

# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
da_java_bindings_javacopts = ["-Werror", "-deprecation", "-Xlint", "-Xlint:-serial"]