File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version = ' 0.3.0'
2+
13repositories {
24 mavenCentral()
35 maven { url ' https://jitpack.io' }
46}
57
68dependencies {
7- compile ' org.jcodec:jcodec:0.2.3'
8- compile ' org.jcodec:jcodec-javase:0.2.3'
9+ compile( ' org.jcodec:jcodec:0.2.3' )
10+ compile( ' org.jcodec:jcodec-javase:0.2.3' )
911
10- annotationProcessor(" org.projectlombok:lombok:1.16.20" )
12+ annotationProcessor(' org.projectlombok:lombok:1.16.20' )
1113 compileOnly(" org.projectlombok:lombok:1.16.20" )
1214 testCompileOnly(" org.projectlombok:lombok:1.16.20" )
15+ }
1316
17+ jar {
18+ manifest {
19+ attributes(" Implementation-Title" : " EV3Dev-lang-java / Video Samples" ,
20+ " Implementation-Version" : project. version,
21+ " Implementation-Vendor" : " Juan Antonio Breña Moral" ,
22+ " Main-Class" : brick. pref. mainClass,
23+ " Class-Path" : brick. getClassPath(true ) )
24+ }
1425}
Original file line number Diff line number Diff line change 1+ // Subproject configuration
2+ brick. pref {
3+ // Main class //
4+ mainClass = " ev3dev.actuators.lcd.VideoTest"
5+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments