Skip to content

Commit

Permalink
added line
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 3abd0c7 commit 6f06e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ test: echo-arch build-headers build-rust test-rust build-java

echo arch:
echo $(build_arch)-$(build_os)

# Run the Rust tests.
test-rust: test-rust-$(build_arch)-$(build_os)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ allprojects {
// This is needed for the Java plugin to make sure
// the generated class files are compatible with
// old versions of Java.
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 21
targetCompatibility = 21

sourceSets {
main {
Expand Down

0 comments on commit 6f06e26

Please sign in to comment.