File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ snappy-header: $(SNAPPY_CMAKE_CACHE)
9494
9595$(TARGET ) /jni-classes/org/xerial/snappy/SnappyNative.class : $(SRC ) /org/xerial/snappy/SnappyNative.java
9696 @mkdir -p $(TARGET ) /jni-classes
97- $(JAVAC ) -source 1.7 -target 1.7 -h $(SRC ) /org/xerial/snappy/ -d $(TARGET ) /jni-classes -sourcepath $(SRC ) $<
97+ $(JAVAC ) -source 8 -target 8 -h $(SRC ) /org/xerial/snappy/ -d $(TARGET ) /jni-classes -sourcepath $(SRC ) $<
9898
9999$(SRC ) /org/xerial/snappy/SnappyNative.h : $(TARGET ) /jni-classes/org/xerial/snappy/SnappyNative.class
100100
101101$(TARGET ) /jni-classes/org/xerial/snappy/BitShuffleNative.class : $(SRC ) /org/xerial/snappy/BitShuffleNative.java
102102 @mkdir -p $(TARGET ) /jni-classes
103- $(JAVAC ) -source 1.7 -target 1.7 -h $(SRC ) /org/xerial/snappy/ -d $(TARGET ) /jni-classes -sourcepath $(SRC ) $<
103+ $(JAVAC ) -source 8 -target 8 -h $(SRC ) /org/xerial/snappy/ -d $(TARGET ) /jni-classes -sourcepath $(SRC ) $<
104104
105105$(SRC ) /org/xerial/snappy/BitShuffleNative.h : $(TARGET ) /jni-classes/org/xerial/snappy/BitShuffleNative.class
106106
You can’t perform that action at this time.
0 commit comments