Skip to content

Commit

Permalink
Fix a broken runtime location jars with correct relative project loca…
Browse files Browse the repository at this point in the history
…tion

PiperOrigin-RevId: 629889138
Change-Id: I9d151e29adf92d5855c608148648e89612e8c6d7
  • Loading branch information
ludoch authored and gae-java-bot committed May 2, 2024
1 parent bd38c52 commit dc62ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRYLATESTBITSINPROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Add the dependency for the GAE runtime jars in your application pom.xml file:
```
<properties>
<appengine.runtime.version>2.0.27-SNAPSHOT</appengine.runtime.version>
<appengine.runtime.location>${appengine.runtime.location}</appengine.runtime.location>
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
<properties>
...
<dependency>
Expand Down

0 comments on commit dc62ceb

Please sign in to comment.