Skip to content

Commit

Permalink
fixed jar output name and updated to version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Aug 13, 2022
1 parent 04499f7 commit 750c37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {
}

group 'gab.opencv'
version '0.6.2'
version '0.6.5'

def javaCvVersion = '1.5.7'
def outputName = 'opencv-processing'
def outputName = 'opencv_processing'

// We can set this on the command line too this way: -PjavacppPlatform=linux-x86_64,macosx-x86_64,windows-x86_64,etc
ext {
Expand Down

0 comments on commit 750c37c

Please # to comment.