File tree Expand file tree Collapse file tree 2 files changed +1
-38
lines changed Expand file tree Collapse file tree 2 files changed +1
-38
lines changed Original file line number Diff line number Diff line change 31
31
</plugins >
32
32
</build >
33
33
34
- <!-- Define profile to handle unsupported operating systems -->
35
- <profiles >
36
- <profile >
37
- <id >unsupported-os</id >
38
- <activation >
39
- <activeByDefault >true</activeByDefault >
40
- </activation >
41
- <build >
42
- <plugins >
43
- <plugin >
44
- <groupId >org.apache.maven.plugins</groupId >
45
- <artifactId >maven-enforcer-plugin</artifactId >
46
- <version >3.0.0-M3</version >
47
- <executions >
48
- <execution >
49
- <id >enforce-os</id >
50
- <goals >
51
- <goal >enforce</goal >
52
- </goals >
53
- <configuration >
54
- <rules >
55
- <requireOS >
56
- <family >unix</family >
57
- <message >Host OS is not supported in Kotlin/Native.</message >
58
- </requireOS >
59
- </rules >
60
- <fail >true</fail >
61
- <!-- Fail the build if OS is not supported -->
62
- </configuration >
63
- </execution >
64
- </executions >
65
- </plugin >
66
- </plugins >
67
- </build >
68
- </profile >
69
- </profiles >
70
-
71
34
<properties >
72
35
<kotlin .version>1.8.10</kotlin .version>
73
36
</properties >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >org.nd4j</groupId >
21
21
<artifactId >nd4j-native-platform</artifactId >
22
- <version >${dl4j.version} </version >
22
+ <version >1.0.0-M2.1 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >org.deeplearning4j</groupId >
You can’t perform that action at this time.
0 commit comments