Skip to content

Commit

Permalink
Moving tensorflow-core-platform to the deploying profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Mar 1, 2024
1 parent dcf226e commit c952089
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tensorflow-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<module>tensorflow-core-native</module>
<module>tensorflow-core-generator</module>
<module>tensorflow-core-api</module>
<module>tensorflow-core-platform</module>
</modules>

<properties>
Expand Down Expand Up @@ -73,6 +72,9 @@
<properties>
<javacpp.platform>${os.name}-${os.arch}</javacpp.platform>
</properties>
<modules>
<module>tensorflow-core-platform</module>
</modules>
</profile>

<profile>
Expand All @@ -83,17 +85,13 @@
-->
<id>javacpp-platform-host</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>javacpp.platform.host</name>
<name>!javacpp.platform</name>
</property>
</activation>
<properties>
<javacpp.platform>${os.name}-${os.arch}</javacpp.platform>
</properties>
</profile>

</profiles>

</project>

0 comments on commit c952089

Please sign in to comment.