Skip to content

Commit

Permalink
Upgrade Gradle wrapper to 7.6-rc-4
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdigest committed Dec 16, 2022
1 parent a78bf62 commit 3d5ad1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 358 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-rc-4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion src/jmh/java/org/joml/jmh/Bench.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public class Bench {
private final Matrix4fvBB m4vbb = new Matrix4fvBB();
private final Matrix4fvArr m4varr = new Matrix4fvArr();
private final ByteBuffer bb = allocateDirect(16<<2).order(nativeOrder());
private final long bb_addr = WithJvmci.address(bb);
private final FloatBuffer fb = bb.asFloatBuffer();
private final Quaternionf qa = new Quaternionf();
private final Quaternionf qb = new Quaternionf();
Expand Down
Loading

0 comments on commit 3d5ad1b

Please sign in to comment.